> 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/player-object/player-object-definition/player_bounty.md).

# player\_bounty

#### player\_bounty

The amount that will be awarded as a bounty to the player that eliminates this player from a tournament.

**Nullable:** true

{% hint style="info" %}
For bounty tournaments only.  Omit for other games.
{% endhint %}

**Type:** decimal

**Example:**&#x20;

```javascript
"player_bounty": 1.25
```

No player bounty.

```javascript
"player_bounty": null
```
