# \<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
}
```
