A list of all known finishes and prizes.
Last updated 3 years ago
Was this helpful?
An array of objects listing the finishing positions and prizes of all players in the tournament, including those who have not yet been eliminated.
Type: array of objects
One player can have several tournament finishes; for instance in re-entry or multiple-entry tournaments. A separate should be supplied for each.
Example:
"tournament_finishes_and_winnings": [ <tournament_finish_obj>, <tournament_finish_obj>, <tournament_finish_obj> ]