> 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/tournament-bounty-object/tournament_bounty_obj.md).

# \<tournament\_bounty\_obj>

#### tournament\_bounties

An object defining specific tournament bounties won by players in a bounty tournament hand.

**Type:** object

**Structure:**

```javascript
{
	"player_id": int,
	"bounty_won": decimal,
	"defeated_player_id": int
}
```
