ApiGameState.json
{
"button": 0,
"to_act": 0,
"street": 0,
"street_raises": 0,
"min_raise": 1000,
"action_reopened": true,
"pot": 1500,
"stacks": [
100000,
99500,
99000,
100000,
100000,
100000
],
"total_contributions": [
0,
500,
1000,
0,
0,
0
],
"street_contributions": [
0,
500,
1000,
0,
0,
0
],
"folded": [
0,
0,
0,
0,
0,
0
],
"hole_cards": [],
"board_cards": [],
"history": [
{
"player": 1,
"action": 2,
"pot_contribution": 500,
"pot_before": 0,
"stack_before": 100000
},
{
"player": 2,
"action": 2,
"pot_contribution": 1000,
"pot_before": 500,
"stack_before": 100000
}
]
}