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