<tournament_rebuy_obj>

An object defining a tournament rebuy, add-on or re-entry.

tournament_rebuy

An object defining a tournament re-buy, add-on or re-entry.
This object represents one re-buy, add-on or re-entry. If there are multiple rebuys, addons or re-entries then each one should be represented by this object within the tournament_rebuys array.
Type: object
Structure:
{
"player_id": int,
"rebuy_action": string,
"amount": decimal,
"chips": int
}
Last modified 3yr ago