Skip to content

Instantly share code, notes, and snippets.

@tukan
Created October 31, 2013 02:58
Show Gist options
  • Save tukan/7243756 to your computer and use it in GitHub Desktop.
Save tukan/7243756 to your computer and use it in GitHub Desktop.
PokerStars Hand #89437823299: Omaha Pot Limit ($1/$2 USD) - 2012/11/18 12:14:54 ET
Table 'Laocoon II' 6-max Seat #4 is the button
Seat 1: IamMoved ($126.25 in chips)
Seat 2: JNandez87 ($239.14 in chips)
Seat 3: //Opel//433 ($117 in chips)
Seat 4: krondix ($533.35 in chips)
Seat 5: Garrincha_90 ($204 in chips)
Seat 6: Tiltkorv ($203 in chips)
Garrincha_90: posts small blind $1
Tiltkorv: posts big blind $2
*** HOLE CARDS ***
Dealt to krondix [3c 6d 8d 7c]
IamMoved: folds
JNandez87: folds
//Opel//433: calls $2
krondix: raises $7 to $9
Garrincha_90: raises $22 to $31
Tiltkorv: folds
//Opel//433: calls $29
krondix: calls $22
*** FLOP *** [9s Td 5d]
Garrincha_90: bets $92.20
//Opel//433: calls $86 and is all-in
krondix: raises $253.80 to $346
Garrincha_90: calls $80.80 and is all-in
Uncalled bet ($173) returned to krondix
*** TURN *** [9s Td 5d] [Ts]
*** RIVER *** [9s Td 5d Ts] [5h]
*** SHOW DOWN ***
Garrincha_90: shows [5s 5c Ah Ac] (four of a kind, Fives)
krondix: shows [3c 6d 8d 7c] (a pair of Tens)
Garrincha_90 collected $174 from side pot
//Opel//433: shows [As Ad 4s 6s] (two pair, Aces and Tens)
Garrincha_90 collected $350.20 from main pot
*** SUMMARY ***
Total pot $527 Main pot $350.20. Side pot $174. | Rake $2.80
Board [9s Td 5d Ts 5h]
Seat 1: IamMoved folded before Flop (didn't bet)
Seat 2: JNandez87 folded before Flop (didn't bet)
Seat 3: //Opel//433 showed [As Ad 4s 6s] and lost with two pair, Aces and Tens
Seat 4: krondix (button) showed [3c 6d 8d 7c] and lost with a pair of Tens
Seat 5: Garrincha_90 (small blind) showed [5s 5c Ah Ac] and won ($524.20) with four of a kind, Fives
Seat 6: Tiltkorv (big blind) folded before Flop
Правильный вариант:
u'collected': [{u'Garrincha_90': {u'from': 1, u'value': 174.0}},
{u'Garrincha_90': {u'from': 0, u'value': 350.2}}],
Твой вариант:
'collected': [{'Garrincha_90': {'from': 0, 'value': 174.0}},
{'Garrincha_90': {'from': 0, 'value': 350.2}}],
Пояснение: Хотя в руке написано, что:
Garrincha_90 collected $174 from side pot
Garrincha_90 collected $350.20 from main pot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment