# \<tournament\_rebuy\_obj>

**tournament\_rebuy**

An object defining the number of re-buys or re-entries, and add-ons, made by one player in the tournament.

There should be one of this object for each player who made any rebuys, re-entries or add-ons in the tournament.

{% hint style="info" %}
A tournament can only be a rebuy or a re-entry.\
The "rebuys" field below specifies the number or rebuys or re-entries as appropriate to the type of tournament.
{% endhint %}

{% hint style="info" %}
If a player paid a multiple of the cost to receive a multiple of the amount of chips then this should be specified as multiple rebuys/re-entries/add-ons.
{% endhint %}

**Type:** object

**Structure:**

`{`\
&#x20;   `"player_name": string,`\
&#x20;   `"rebuys": integer,`\
&#x20;   `"addons": integer`\
`}`

**Example:**

Player made 2 rebuys and 1 add-on.

`{`\
&#x20;   `"player_name": "bot_name",`\
&#x20;   `"rebuys": 2,`\
&#x20;   `"addons": 1`\
`}`<br>
