player_wins

The wins for each player involved in the hand.

player_wins

The wins for each player who won money from this pot.

Type: array of <player_wins_obj> objects

Example:

"players_wins": [
    <player_wins_obj>
    <player_wins_obj>
]

Last updated