# \<bet\_limit\_obj>

#### bet\_limit

The bet limit object which defines the betting limitations of the game.

**Type:** object

**Structure:**

```javascript
"bet_limit": {
    "bet_type": string,
    "bet_cap": decimal
}
```
