|
I think this is a really close one.
You have to call 3.22 for a pot of 10.27, which gives you pot odds of 3.1:1.
If you epect him to do this with JJ, TT and JT only, your Odds are 3:1 against you, which means it would be a little +EV, but if you add the rake, it's a fold.
Code:
Board: 3h Jd Tc
Dead:
equity win tie pots won pots tied
Hand 0: 25.089% 25.09% 00.00% 3229 0.00 { QdQs }
Hand 1: 74.911% 74.91% 00.00% 9641 0.00 { JcJs, TT, JTs, JTo }
But if you add only AJs, it becomes a clear call, with odds of ~2:1 against you.
Code:
Board: 3h Jd Tc
Dead:
equity win tie pots won pots tied
Hand 0: 34.880% 34.88% 00.00% 5525 0.00 { QdQs }
Hand 1: 65.120% 65.12% 00.00% 10315 0.00 { JcJs, TT, AJs, JTs, JTo }
I hope I got my math right...
|