# small\_blind\_amount

#### small\_blind\_amount

The amount of the small blind (in the [currency](https://hh-specs.handhistory.org/json-object/currency) specified).

**Nullable:** true.  Can be omitted if the game does not have blinds, but required for games with blinds.

{% hint style="info" %}
If the game does not have blinds then **small\_blind\_amount** can either be ommitted, null or zero.
{% endhint %}

**Type:** decimal

**Example:**

```javascript
"small_blind_amount": 25.00
```
