How often does a wheel draw scoop in Omaha Hi-Lo?
A simple scoop frequency for a strong low+high draw.
The PQL query
select count(scoops(hero)) from game='omaha8', hero='As2h3h4h', villain='****' count(scoops(hero)) is the share of runouts where hero wins both the high and the low.
PQL computes entirely in your browser, no install or account. New to it? See the PQL syntax reference, open the PQL engine, or browse all recipes.