Open Side Menu Go to the Top
Register
Website or utility with odds to flop a draw? Website or utility with odds to flop a draw?

08-09-2017 , 04:40 PM
What I'm looking for is, for a given hand, what are the odds of flopping an 8, 9, 13, 17, 20-out etc. straight draw.

For example, if my hand is KQT3, what are the probabilities I'll flop an 8-out draw, 13-out draw etc?

If such a site or utility does not yet exist I'll probably try to create one. I'd rather not re-invent the wheel though.
Website or utility with odds to flop a draw? Quote
08-09-2017 , 05:45 PM
http://www.propokertools.com/pql

It takes a little work though, see the examples for outsToHandType.
Website or utility with odds to flop a draw? Quote
08-11-2017 , 10:00 AM
select count(minOutsToHandType(hand1, flop, straight, 13))
from game="omahahi", hand1="JT98"

According to this, JT98 flops a 13-out draw 16% of the time, and JT87 flops one about 11% of the time.

Last edited by DalTXColtsFan; 08-11-2017 at 10:12 AM.
Website or utility with odds to flop a draw? Quote

      
m