> 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_cap.md).

# bet\_cap

#### **bet\_cap**

The cap on bets for the game.

**Type:** decimal (optional)

**Nullable:** true

{% hint style="info" %}
If the game is not a CAP game then "bet\_cap" can either be ommitted, set to null or set to 0.
{% endhint %}

**Example:**

$20.00 CAP&#x20;

```javascript
"bet_cap": 20.00
```

Not a cap game:

```javascript
"bet_cap": null
```
