> For the complete documentation index, see [llms.txt](https://hh-specs.handhistory.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hh-specs.handhistory.org/bet-limit-object/bet_limit_obj/bet_type.md).

# bet\_type

#### bet\_type

The betting type for the game.

**Type:** string

**Format:** one of:

* "NL" - No Limit
* "PL" - Pot Limit
* "FL" - Fixed Limit

**Example:**

No-Limit Holdem

```javascript
"bet_type": "NL"
```
