ticket_value
The value of a tournament ticket if it was awarded as part of the prize.
The value of a tournament ticket if it was awarded as part of the prize, in the tournament currency.
Type: decimal
Nullable: true
If the player has not yet been eliminated this can be omitted, or set to null or zero.
Example:
Player won a ticket worth $10 (or whatever currency the tournament is in).
"ticket_value": 10.00
Last modified 2yr ago