Skip to content

Instantly share code, notes, and snippets.

@kriskova
Created April 9, 2016 13:02
Show Gist options
  • Save kriskova/52adc181fad6f62bc93107049d8ec082 to your computer and use it in GitHub Desktop.
Save kriskova/52adc181fad6f62bc93107049d8ec082 to your computer and use it in GitHub Desktop.
curl -X POST -d 'action=bet_request&game_state={"tournament_id":"550d1d68cd7bd10003000003", "game_id":"550da1cb2d909006e90004b1", "round":0, "bet_index":0, "small_blind": 10, "current_buy_in": 320, "pot": 400, "minimum_raise": 240, "dealer": 1, "orbits": 7, "in_action": 1, "players": [{"id": 0, "name": "Albert", "status": "active", "version": "Default random player", "stack": 1010, "bet": 320 }, {"id": 1, "name": "Bob", "status": "active", "version": "Default random player", "stack": 1590, "bet": 80, "hole_cards": [{"rank": "6", "suit": "hearts"}, {"rank": "K", "suit": "spades"} ] }, {"id": 2, "name": "Chuck", "status": "out", "version": "Default random player", "stack": 0, "bet": 0 } ], "community_cards": [{"rank": "4", "suit": "spades"}, {"rank": "A", "suit": "hearts"}, {"rank": "6", "suit": "clubs"} ] }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment