Holdem tournament hand (888)

A 6-max Single Table Tournament (STT) hand played at 888 Poker.

{
    "ohh": {
        "spec_version": "1.2.2",
        "internal_version": "1.2.2",
        "network_name": "888 Poker",
        "site_name": "Pacific Poker",
        "game_type": "Holdem",
        "start_date_utc": "2013-12-30T16:08:49",
        "table_size": "6",
        "table_name": "#1",
        "game_number": "591212284",
        "currency": "",
        "ante_amount": 0.00,
        "small_blind_amount": 30.00,
        "big_blind_amount": 60.00,
        "bet_limit": {
            "bet_cap": 0.00,
            "bet_type": "NL"
        },
        "tournament_info": {
            "name": "",
            "start_date_utc": "2013-12-30T16:08:49",
            "type": "MTT",
            "buyin_amount": 0.10,
            "currency": "USD",
            "fee_amount": 0.01,
            "bounty_fee_amount": 0.00,
            "tournament_number": "53999979",
            "flags": "",
            "initial_stack": 1500,
            "speed": {
                "type": "Normal",
                "round_time": 10
            }
        },
        "tournament_bounties": [
        ],
        "tournament_rebuys": [
        ],
        "hero_player_id": 2,
        "dealer_seat": 1,
        "players": [
            {
                "name": "Player1",
                "id": 0,
                "player_bounty": 0,
                "starting_stack": 555.00,
                "seat": 1
            },
            {
                "name": "Player4",
                "id": 1,
                "player_bounty": 0,
                "starting_stack": 1078.00,
                "seat": 4
            },
            {
                "name": "Hero",
                "id": 2,
                "player_bounty": 0,
                "starting_stack": 580.00,
                "seat": 6
            },
            {
                "name": "Player9",
                "id": 3,
                "player_bounty": 0,
                "starting_stack": 787.00,
                "seat": 9
            }
        ],
        "rounds": [
            {
                "id": 0,
                "cards": "",
                "street": "Preflop",
                "actions": [
                    {
                        "action_number": 1,
                        "player_id": 1,
                        "action": "Post SB",
                        "amount": 30.00,
                        "is_allin": false
                    },
                    {
                        "action_number": 2,
                        "player_id": 2,
                        "action": "Post BB",
                        "amount": 60.00,
                        "is_allin": false
                    },
                    {
                        "action_number": 3,
                        "player_id": 2,
                        "cards": [
                            "9d",
                            "7c"
                        ],
                        "action": "Dealt Cards",
                        "amount": 0.00,
                        "is_allin": false
                    },
                    {
                        "action_number": 4,
                        "player_id": 3,
                        "action": "Call",
                        "amount": 60.00,
                        "is_allin": false
                    },
                    {
                        "action_number": 5,
                        "player_id": 0,
                        "action": "Fold",
                        "amount": 0.00,
                        "is_allin": false
                    },
                    {
                        "action_number": 6,
                        "player_id": 1,
                        "action": "Call",
                        "amount": 30.00,
                        "is_allin": false
                    },
                    {
                        "action_number": 7,
                        "player_id": 2,
                        "action": "Check",
                        "amount": 0.00,
                        "is_allin": false
                    }
                ]
            },
            {
                "id": 1,
                "cards": [
                    "7s",
                    "6d",
                    "5d"
                ],
                "street": "Flop",
                "actions": [
                    {
                        "action_number": 1,
                        "player_id": 1,
                        "action": "Check",
                        "amount": 0.00,
                        "is_allin": false
                    },
                    {
                        "action_number": 2,
                        "player_id": 2,
                        "action": "Check",
                        "amount": 0.00,
                        "is_allin": false
                    },
                    {
                        "action_number": 3,
                        "player_id": 3,
                        "action": "Check",
                        "amount": 0.00,
                        "is_allin": false
                    }
                ]
            },
            {
                "id": 2,
                "cards": [
                    "4c"
                ],
                "street": "Turn",
                "actions": [
                    {
                        "action_number": 1,
                        "player_id": 1,
                        "action": "Check",
                        "amount": 0.00,
                        "is_allin": false
                    },
                    {
                        "action_number": 2,
                        "player_id": 2,
                        "action": "Bet",
                        "amount": 90.00,
                        "is_allin": false
                    },
                    {
                        "action_number": 3,
                        "player_id": 3,
                        "action": "Fold",
                        "amount": 0.00,
                        "is_allin": false
                    },
                    {
                        "action_number": 4,
                        "player_id": 1,
                        "action": "Fold",
                        "amount": 0.00,
                        "is_allin": false
                    }
                ]
            }
        ],
        "pots": [
            {
                "rake": 0.00,
                "number": 0,
                "player_wins": [
                    {
                        "player_id": 2,
                        "win_amount": 180.00,
                        "contributed_rake": 0.00
                    }
                ],
                "amount": 180.00
            }
        ]
    }
}


Last updated