Poker probability (Omaha)

In poker, the probability of many events can be determined by direct calculation. This article discusses how to compute the probabilities for many commonly occurring events in the game of Omaha hold 'em and provides some probabilities and odds for specific Situations. In most cases, the probabilities and odds are approximations due to rounding.

When calculating probabilities for a card game such as Omaha, there are two basic approaches.

  1. Determine the number of outcomes that satisfy the condition being evaluated and divide this by the total number of possible outcomes.
  2. Use conditional probabilities, or in more complex situations, a decision graph.

Often, the key to determining probability is selecting the best approach for a given problem. This article uses both of these approaches, but relies primarily on enumeration.

Starting hands

The probability of being dealt various starting hands can be explicitly calculated. In Omaha, a player is dealt four down (or hole) cards. The first card can be any one of 52 playing cards in the deck; the second card can be any one of the 51 remaining cards; the third and fourth any of The 50 and 49 remaining cards, respectively. There are 4! = 24 ways (4! is read "four factorial") to order the four cards (ABCD, ABDC, ACBD, ACDB, ...) which gives 52 × 51 × 50 × 49 ÷ 24 = 270,725 possible starting hand combinations. Alternatively, the number of possible starting hands is represented as the binomial coefficient

$${52 \choose 4} = 270,725$$

which is the number of possible combinations of choosing 4 cards from a deck of 52 playing cards.

The 270,725 starting hands can be reduced for purposes of determining the probability of starting hands for Omaha—since suits have no relative value in poker, many of these hands are identical in value before the flop. The only factors determining the strength of a starting hand are the ranks of the cards and whether cards in the hand share the same suit. Of the 270,725 combinations, there are 16,432 distinct starting hands grouped into 16 shapes. Throughout this article, hand shape is indicated with the ranks denoted using uppercase letters and suits denoted using lower case letters. For example, the hand shape XaXbYaYc is any hand containing two pair (XX and YY) that share one suit (a), but not the other suits (b and c). The 16 hand shapes can be organized into the following five hand types based on the ranks of the cards.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! Rank type !! Shapes !! Distinct hands !! Combos !! Probability !! Odds |- | XXXX: Four of a kind || align=center| 1 || align=right| 13 || align=right| 13 || 0.0000480 || align=right| 20,824 : 1 |- | XXXY: Three of a kind || align=center| 2 || align=right| 312 || align=right| 2,496 || 0.00922 || align=right| 107 : 1 |- | XXYY: Two pair || align=center| 3 || align=right| 234 || align=right| 2,808 || 0.0104 || align=right| 95.4 : 1 |- | XXYZ: One pair || align=center| 5 || align=right| 5,148 || align=right| 82,368 || 0.304 || align=right| 2.29 : 1 |- | XYZR: No pair || align=center| 5 || align=right| 10,725 || align=right| 183,040 || 0.676 || align=right| 0.479 : 1 |- ! TOTAL || 16 || align=right| 16,432 || align=right| 270,725 || 1.0 || 0 : 1 |}

There are also five types of hands based on the suits of the cards that mirror the five rank types: aaaa, aaab, aabb, aabc, and abcd. The following are the probabilities and odds of being dealt each suit type.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! Suit type !! Shapes !! Distinct hands !! Combos !! Probability !! Odds |- ! aaaa |align=center| 1 || align=right| 715 || align=right| 2,860 || 0.0106 || align=right| 93.7 : 1 |- ! aaab |align=center| 2 || align=right| 3,718 || align=right| 44,616 || 0.165 || align=right| 5.07 : 1 |- ! aabb |align=center| 3 || align=right| 3,081 || align=right| 36,504 || 0.135 || align=right| 6.42 : 1 |- ! aabc |align=center| 5 || align=right| 7,098 || align=right| 158,184 || 0.584 || align=right| 0.711 : 1 |- ! abcd |align=center| 5 || align=right| 1,820 || align=right| 28,561 || 0.105 || align=right| 8.48 : 1 |- ! TOTAL || 16 || align=right| 16,432 || align=right| 270,725 || 1.0 || 0 : 1 |}

Unlike the rank types, the suit types can be absolutely ranked in terms of starting hand value because suits in poker hands only factor in flushes and straight flushes. From best to worst starting hand value the suit types are: aabb, aabc, aaab, aaaa, and abcd.

The relative probability of being dealt a hand of each given shape is different. The following shows the probabilities and odds of being dealt each shape of starting hand.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! rowspan=2 | Rank type ! rowspan=2 | Hand shape ! colspan=2 | Distinct hands ! colspan=2 | Suits for each hand ! rowspan=2 | Hand
combos ! colspan=2 align=center width="150" | Dealt specific hand ! colspan=2 align=center width="150" | Dealt any hand |- style="Background: #eee" ! Derivation !! Number !! Derivation !! Combos !! Probability !! Odds !! Probability !! Odds |- ! Four of a kind ! XaXbXcXd | $\begin{matrix} {13 \choose 1} \end{matrix}$ | align=right| 13 | $\begin{matrix} {4 \choose 4} \end{matrix}$ | align=right| 1 | align=right| 13 | 0.00000369 || align=right| 270,724 : 1 | 0.0000480 || align=right| 20,824 : 1 |- ! rowspan=2 | Three of a kind ! XaXbXcYa | $\begin{matrix} {13 \choose 1}{12 \choose 1} \end{matrix}$ | align=right| 156 | $\begin{matrix} {4 \choose 3}{3 \choose 1} \end{matrix}$ | align=right| 12 | align=right| 1,872 | 0.0000443 || align=right| 22,559 : 1 | 0.00691 || align=right| 144 : 1 |- ! XaXbXcYd | $\begin{matrix} {13 \choose 1}{12 \choose 1} \end{matrix}$ | align=right| 156 | $\begin{matrix} {4 \choose 3} \end{matrix}$ | align=right| 4 | align=right| 624 | 0.0000148 || align=right| 67,680 : 1 | 0.00230 || align=right| 433 : 1 |- ! rowspan=3 | Two pair ! XaXbYaYb | $\begin{matrix} {13 \choose 2} \end{matrix}$ | align=right| 78 | $\begin{matrix} {4 \choose 2} \end{matrix}$ | align=right| 6 | align=right| 468 | 0.0000222 || align=right| 45,120 : 1 | 0.00173 || align=right| 577 : 1 |- ! XaXbYaYc | $\begin{matrix} {13 \choose 2} \end{matrix}$ | align=right| 78 | $\begin{matrix} {4 \choose 2}{2 \choose 1}^2 \end{matrix}$ | align=right| 24 | align=right| 1,872 | 0.0000887 || align=right| 11,279 : 1 | 0.00691 || align=right| 144 : 1 |- ! XaXbYcYd | $\begin{matrix} {13 \choose 2} \end{matrix}$ | align=right| 78 | $\begin{matrix} {4 \choose 2} \end{matrix}$ | align=right| 6 | align=right| 468 | 0.0000222 || align=right| 45,120 : 1 | 0.00173 || align=right| 577 : 1 |- ! rowspan=5 | One pair ! XaXbYaZa | $\begin{matrix} {13 \choose 1}{12 \choose 2} \end{matrix}$ | align=right| 858 | $\begin{matrix} {4 \choose 2}{2 \choose 1} \end{matrix}$ | align=right| 12 | align=right| 10,296 | 0.0000443 || align=right| 22,559 : 1 | 0.0380 || align=right| 25.3 : 1 |- ! XaXbYaZb | $\begin{matrix} {13 \choose 1}{12 \choose 2} \end{matrix}$ | align=right| 858 | $\begin{matrix} {4 \choose 2}{2 \choose 1} \end{matrix}$ | align=right| 12 | align=right| 10,296 | 0.0000443 || align=right| 22,559 : 1 | 0.0380 || align=right| 25.3 : 1 |- ! XaXbYaZc | $\begin{matrix} {13 \choose 1}{12 \choose 2}{2 \choose 1} \end{matrix}$ | align=right| 1,716 | $\begin{matrix} {4 \choose 2}{2 \choose 1}^2 \end{matrix}$ | align=right| 24 | align=right| 41,184 | 0.0000887 || align=right| 11,279 : 1 | 0.152 || align=right| 5.57 : 1 |- ! XaXbYcZc | $\begin{matrix} {13 \choose 1}{12 \choose 2} \end{matrix}$ | align=right| 858 | $\begin{matrix} {4 \choose 2}{2 \choose 1} \end{matrix}$ | align=right| 12 | align=right| 10,296 | 0.0000443 || align=right| 22,559 : 1 | 0.0380 || align=right| 25.3 : 1 |- ! XaXbYcZd | $\begin{matrix} {13 \choose 1}{12 \choose 2} \end{matrix}$ | align=right| 858 | $\begin{matrix} {4 \choose 2} \times 2! \end{matrix}$ | align=right| 12 | align=right| 10,296 | 0.0000443 || align=right| 22,559 : 1 | 0.0380 || align=right| 25.3 : 1 |- ! rowspan=5 | No pair ! XaYaZaRa | $\begin{matrix} {13 \choose 4} \end{matrix}$ | align=right| 715 | $\begin{matrix} {4 \choose 1} \end{matrix}$ | align=right| 4 | align=right| 2,860 | 0.0000148 || align=right| 67,680 : 1 | 0.0106 || align=right| 93.7 : 1 |- ! XaYaZaRb | $\begin{matrix} {13 \choose 4}{4 \choose 3} \end{matrix}$ | align=right| 2,860 | $\begin{matrix} {4 \choose 1}{3 \choose 1} \end{matrix}$ | align=right| 12 | align=right| 34,320 | 0.0000443 || align=right| 22,559 : 1 | 0.127 || align=right| 6.89 : 1 |- ! XaYaZbRb | $\begin{matrix} {13 \choose 4}{4 \choose 2} \div 2 \end{matrix}$ | align=right| 2,145 | $\begin{matrix} {4 \choose 2}{2 \choose 1} \end{matrix}$ | align=right| 12 | align=right| 25,740 | 0.0000443 || align=right| 22,559 : 1 | 0.0951 || align=right| 9.52 : 1 |- ! XaYaZbRc | $\begin{matrix} {13 \choose 4}{4 \choose 2} \end{matrix}$ | align=right| 4,290 | $\begin{matrix} {4 \choose 1}{3 \choose 2} \times 2! \end{matrix}$ | align=right| 24 | align=right| 102,960 | 0.0000887 || align=right| 11,279 : 1 | 0.380 || align=right| 1.63 : 1 |- ! XaYbZcRd | $\begin{matrix} {13 \choose 4} \end{matrix}$ | align=right| 715 | $\begin{matrix} 4! \end{matrix}$ | align=right| 24 | align=right| 17,160 | 0.0000148 || align=right| 67,680 : 1 | 0.0634 || align=right| 14.8 : 1 |}

Starting hands for straights

In addition to the rank type and suit type of a starting hand, each starting hand also has a sequence type that is useful for estimating the possibility of improving to a straight or straight flush. The sequence type is based on the sequential proximity of the ranks in the hand—the number of different ranks in the hand that can be combined to fill a straight on the board. The ace is a special case in the sequence type because it can be either high or low (i.e. can make a straight with A-2-3-4-5 or 10-J-Q-K-A), and is also both the high and low card in the rank sequence from which straights are formed: A-2-3-4-5-6-7-8-9-10-J-Q-K-A.

The sequence type of the hand is only relevant in determining the probability of making a straight or straight flush. In order to make a straight, exactly three community cards must be combined with exactly two cards from the starting hand. Thus the sequence shape of a hand is the number of different combinations of three cards that can make a straight when combined with two cards from the hand. There are 20 different sequence shapes ranging from hands like 2-2-8-K that can't make a straight (0 straight combinations) to hands like 8-9-10-J that can make a straight with 20 different combinations of three ranks (5-6-7, 6-7-8, 6-7-9, 6-7-10, 7-8-9, 7-8-10, 7-8-J, 7-9-10, 7-9-J, 7-10-J, 8-9-Q, 8-10-Q, 8-J-Q, 9-10-Q, 9-J-Q, 9-Q-K, 10-J-Q, 10-Q-K, J-Q-K, Q-K-A). The 20 sequence shapes can be organized by the number of ranks in the starting hand. This is similar to the rank type of the hand, the only difference being that both the rank types two pair (XXYY) and three of a kind (XXXY) have two ranks. The following table shows the four sequence types based on the number of distinct ranks in the starting hand.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! Distinct ranks !! Shapes !! Distinct hands !! Combos !! Probability !! Odds |- ! 1 | align=center| 1 || align=right| 13 || align=right| 13 || 0.0000480 || align=right| 20,824 : 1 |- ! 2 | align=center| 5 || align=right| 546 || align=right| 5,304 || 0.0196 || align=right| 50.0 : 1 |- ! 3 | align=center| 12 || align=right| 5,148 || align=right| 82,368 || 0.304 || align=right| 2.29 : 1 |- ! 4 | align=center| 18 || align=right| 10,725 || align=right| 183,040 || 0.676 || align=right| 0.479 : 1 |- ! TOTAL || 36 || align=right| 16,432 || align=right| 270,725 || 1.0 || 0 : 1 |}

Note that the table above shows 36 sequence shapes because although there are only 20 different sequence shapes, the sequence shapes overlap with the sequence types. For example, the sequence shape where two different combinations of three cards can make a straight occurs for hands with two ranks (e.g. 3-6 makes a straight with 2-4-5 or 4-5-7), three ranks (e.g. 2-J-A makes a straight with 10-Q-K or 3-4-5), and four ranks (e.g. 3-9-K-A makes a straight with 2-4-5 or 10-J-Q).

The relative probability of being dealt a hand of each sequence shape is different. The following shows the probabilities and odds of being dealt starting hands of each sequence shape.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! rowspan=2 | Sequence
shape ! colspan=4 | Distinct hands by ranks in hand ! rowspan=2 | Distinct
hands ! colspan=4 | Combos by ranks in hand ! rowspan=2 | Total
combos ! rowspan=2 | Probability ! rowspan=2 | Odds |- style="Background: #eee" ! 1 rank !! 2 ranks !! 3 ranks !! 4 ranks !! 1 rank !! 2 ranks !! 3 ranks !! 4 ranks |- align=right !align=center| 0 | 13 || 224 || 72 ||  || 309 || 13 || 2,176 || 1,152 ||   || 3,341 || 0.01234 || 80.03 : 1 |- align=right !align=center| 1 | || 112 || 468 ||  || 580 || || 1,088 || 7,488 ||   || 8,576 || 0.03168 || 30.57 : 1 |- align=right !align=center| 2 | || 91 || 1,314 || 240 || 1,645 || || 884 || 21,024 || 4,096 || 26,004 || 0.09605 || 9.41 : 1 |- align=right !align=center| 3 | || 70 || 972 || 480 || 1,522 || || 680 || 15,552 || 8,192 || 24,424 || 0.09022 || 10.08 : 1 |- align=right !align=center| 4 | || 49 || 1,278 || 1,290 || 2,617 || || 476 || 20,448 || 22,016 || 42,940 || 0.15861 || 5.30 : 1 |- align=right !align=center| 5 | || || 108 || 1,980 || 2,088 || ||  || 1,728 || 33,792 || 35,520 || 0.13120 || 6.62 : 1 |- align=right !align=center| 6 | || || 108 || 1,380 || 1,488 || ||  || 1,728 || 23,552 || 25,280 || 0.09338 || 9.71 : 1 |- align=right !align=center| 7 | || || 396 || 1,320 || 1,716 || ||  || 6,336 || 22,528 || 28,864 || 0.10662 || 8.38 : 1 |- align=right !align=center| 8 | || || 72 || 885 || 957 || ||  || 1,152 || 15,104 || 16,256 || 0.06005 || 15.65 : 1 |- align=right !align=center| 9 | || || 216 || 870 || 1,086 || ||  || 3,456 || 14,848 || 18,304 || 0.06761 || 13.79 : 1 |- align=right !align=center| 10 | || || 36 || 660 || 696 || ||  || 576 || 11,264 || 11,840 || 0.04373 || 21.87 : 1 |- align=right !align=center| 11 | || || 108 || 720 || 828 || ||  || 1,728 || 12,288 || 14,016 || 0.05177 || 18.32 : 1 |- align=right !align=center| 12 | || ||  || 375 || 375 || ||  ||   || 6,400 || 6,400 || 0.02364 || 41.30 : 1 |- align=right !align=center| 13 | || ||  || 60 || 60 || ||  ||   || 1,024 || 1,024 || 0.00378 || 263.38 : 1 |- align=right !align=center| 14 | || ||  || 30 || 30 || ||  ||   || 512 || 512 || 0.00189 || 527.76 : 1 |- align=right !align=center| 15 | || ||  || 30 || 30 || ||  ||   || 512 || 512 || 0.00189 || 527.76 : 1 |- align=right !align=center| 16 | || ||  || 150 || 150 || ||  ||   || 2,560 || 2,560 || 0.00946 || 104.75 : 1 |- align=right !align=center| 17 | || ||  || 150 || 150 || ||  ||   || 2,560 || 2,560 || 0.00946 || 104.75 : 1 |- align=right !align=center| 19 | || ||  || 30 || 30 || ||  ||   || 512 || 512 || 0.00189 || 527.76 : 1 |- align=right !align=center| 20 | || ||  || 75 || 75 || ||  ||   || 1,280 || 1,280 || 0.00473 || 210.50 : 1 |- align=right !align=center| TOTAL ! 13 || 546 || 5,148 ||10,725 ||16,432 || 13 || 5,304 || 82,368 ||183,040 ||270,725 ||align=center| 1.0 ||align=center| 0 : 1 |}

As the table indicates, there is a 98.8% chance that a starting hand will have at least one straight draw, but only a 3.3% chance that it will have more than 12 ways to make a straight.

Starting hands for straight flushes

The set of starting hands that can make a straight flush are a subset of the intersection of the set of hands that can make a straight and the set of hands that can make a flush. The hands that can make a straight flush can be organized similar to the parent superset of hands that can make a straight.

The straight flush sequence shape of a hand is the number of different combinations of three cards that can make a straight flush when combined with two cards from the hand. There are 9 different straight flush sequence shapes ranging from hands that can't make a straight flush to hands like 8♥ 9♥ 8♠ 9♠ that can make a straight flush with 8 different combinations of three cards ({5♥ 6♥ 7♥}, {6♥ 7♥ 10♥}, {7♥ 10♥ J♥}, {10♥ J♥ Q♥}, {5♠ 6♠ 7♠}, {6♠ 7♠ 10♠}, {7♠ 10♠ J♠}, {10♠ J♠ Q♠}).

As with straights, the relative probability of being dealt a hand of each straight flush sequence shape is different. The following shows the probabilities and odds of being dealt starting hands of each straight flush sequence shape.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! rowspan=2 | Straight flush
sequence shape ! colspan=4 | Distinct hands by ranks in hand ! rowspan=2 | Distinct
hands ! colspan=4 | Combos by ranks in hand ! rowspan=2 | Total
combos ! rowspan=2 | Probability ! rowspan=2 | Odds |- style="Background: #eee" ! 1 rank !! 2 ranks !! 3 ranks !! 4 ranks !! 1 rank !! 2 ranks !! 3 ranks !! 4 ranks |- align=right !align=center| 0 | 13 || 362 || 2,060 || 2,877 || 5,312 || 13 || 2,820 || 33,168 || 64,224 ||100,225 || 0.37021 || 1.70 : 1 |- align=right !align=center| 1 | || 48 || 794 || 1,686 || 2,528 || || 768 || 13,752 || 30,264 || 44,784 || 0.16542 || 5.05 : 1 |- align=right !align=center| 2 | || 55 || 870 || 2,113 || 3,038 || || 720 || 13,872 || 32,768 || 47,360 || 0.17494 || 4.72 : 1 |- align=right !align=center| 3 | || 30 || 690 || 1,782 || 2,502 || || 480 || 10,920 || 26,960 || 38,360 || 0.14169 || 6.06 : 1 |- align=right !align=center| 4 | || 34 || 594 || 1,730 || 2,358 || || 414 || 8,976 || 24,044 || 33,434 || 0.12350 || 7.10 : 1 |- align=right !align=center| 5 | || || 68 || 300 || 368 || ||  || 816 || 2,592 || 3,408 || 0.01259 || 78.44 : 1 |- align=right !align=center| 6 | || 10 || 38 || 165 || 213 || || 60 || 456 || 1,444 || 1,960 || 0.00724 || 137.13 : 1 |- align=right !align=center| 7 | || || 28 || 56 || 84 || ||  || 336 || 560 || 896 || 0.00331 || 301.15 : 1 |- align=right !align=center| 8 | || 7 || 6 || 16 || 29 || || 42 || 72 || 184 || 298 || 0.00110 || 907.47 : 1 |- align=right !align=center| TOTAL ! 13 || 546 || 5,148 ||10,725 ||16,432 || 13 || 5,304 || 82,368 ||183,040 ||270,725 ||align=center| 1.0 ||align=center| 0 : 1 |}

Low starting hands

Omaha Hi-Low is a high-low split variant where the best qualifying low hand, if any, splits the pot with the high hand. Different cards can be used to form the high and low hands, each using two cards from the player's hand and three from the board, and a single player can win both the high and low pots. In Omaha/8, the most common form played in American casinos, a qualifying low hand is 8-high or lower (8-7-6-5-4 or lower). A less common variant of Omaha Hi-Lo uses a qualifying low hand of 9-high or lower (9-8-7-6-5 or lower).

Suits and cards higher than the maximum qualifying low hand do not factor into low hands and neither do straights and flushes. Based on the ranks of cards, low starting hands in Omaha Hi-Lo are grouped into 12 different low-hand shapes, seven of which have the possibility of making a qualifying low hand. The low hand shapes can be organized by the number of distinct low card ranks in the hand: 0 or 1 low ranks (no low hand possible), 2 low ranks, 3 low ranks and 4 low ranks. The number of distinct low hands depends on the low-hand qualifier.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! rowspan=2| Low ranks !! rowspan=2| Shapes ! colspan=4| 8-high qualifier !! colspan=4| 9-high qualifier |- style="Background: #eee" ! Distinct hands !! Combos !! Probability !! Odds !! Distinct hands !! Combos !! Probability !! Odds |- |align=center| 0–1 ||align=center| 5 | align=right| 33 || align=right| 51,093 || 0.189 || 4.30 : 1 | align=right| 37 || align=right| 29,045 || 0.107 || 8.32 : 1 |- |align=center| 2 ||align=center| 4 | align=right| 168 || align=right| 113,904 || 0.421 || 1.38 : 1 | align=right| 216 || align=right| 99,216 || 0.366 || 1.73 : 1 |- |align=center| 3 ||align=center| 2 | align=right| 224 || align=right| 87,808 || 0.324 || 2.08 : 1 | align=right| 336 || align=right| 110,208 || 0.407 || 1.46 : 1 |- |align=center| 4 ||align=center| 1 | align=right| 70 || align=right| 17,920 || 0.0662|| 14.1 : 1 | align=right| 126 || align=right| 32,256 || 0.119 || 7.39 : 1 |- ! TOTAL !! 12 ! align=right| 495 !! align=right| 270,725 !! 1.0 !! 0 : 1 ! align=right| 715 !! align=right| 270,725 !! 1.0 !! 0 : 1 |}

The preceding table shows that with an 8-high low qualifier, a random hand has an 81.1% chance of having at least two low card ranks to make a low hand possible, and that with a 9-high low qualifier the chance increases to 89.3%.

If r represents the low hand qualifier (8 or 9), there are $\begin{matrix} (13 - r) \times 4 = 52 - 4r \end{matrix}$ cards with a rank higher than the low hand qualifier (20 high cards in 8-high, 16 in 9-high). Using * to represent any high card and lower case letters to represent low card ranks, the following gives the probability of being dealt the various low hand shapes.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! rowspan=3| Low
shape ! colspan=2| Derivations ! colspan=6| 8-high qualifier (r = 8) ! colspan=6| 9-high qualifier (r = 9) |- style="Background: #eee" ! rowspan=2| Distinct
hands !! rowspan=2| High card & low suit
combinations ! rowspan=2| Distinct
hands !! rowspan=2| Hand
combos !! colspan=2| Dealt specific hand !! colspan=2| Dealt any hand ! rowspan=2| Distinct
hands !! rowspan=2| Hand
combos !! colspan=2| Dealt specific hand !! colspan=2| Dealt any hand |- style="Background: #eee" ! Probability !! Odds !! Probability !! Odds !! Probability !! Odds !! Probability !! Odds |- ! **** | $\begin{matrix}{r \choose 0}\end{matrix}$ | $\begin{matrix}{52 - 4r \choose 4}\end{matrix}$ | align=right| 1 || align=right| 4,845 || 0.0179 || align=right| 54.9 : 1 || 0.0179 || align=right| 54.9 : 1 | align=right| 1 || align=right| 1,820 || 0.00672 || align=right| 148 : 1 || 0.00672 || align=right| 148 : 1 |- ! x*** | $\begin{matrix}{r \choose 1}\end{matrix}$ | $\begin{matrix}{4 \choose 1}{52 - 4r \choose 3}\end{matrix}$ | align=right| 8 || align=right| 36,480 || 0.0168 || align=right| 58.4 : 1 || 0.135 || align=right| 6.42 : 1 | align=right| 9 || align=right| 20,160 || 0.00827 || align=right| 120 : 1 || 0.0745 || align=right| 12.4 : 1 |- ! xx** | $\begin{matrix}{r \choose 1}\end{matrix}$ | $\begin{matrix}{4 \choose 2}{52 - 4r \choose 2}\end{matrix}$ | align=right| 8 || align=right| 9,120 || 0.00421 || align=right| 236 : 1 || 0.0337 || align=right| 28.7 : 1 | align=right| 9 || align=right| 6,480 || 0.00266 || align=right| 375 : 1 || 0.0239 || align=right| 40.8 : 1 |- ! [...]* | $\begin{matrix}{r \choose 1}\end{matrix}$ | $\begin{matrix}{4 \choose 3}{52 - 4r \choose 1}\end{matrix}$ | align=right| 8 || align=right| 640 || 0.000296 || align=right| 3,383 : 1 || 0.00236 || align=right| 422 : 1 | align=right| 9 || align=right| 576 || 0.000236 || align=right| 4,229 : 1 || 0.00213 || align=right| 469 : 1 |- ! xxxx | $\begin{matrix}{r \choose 1}\end{matrix}$ | $\begin{matrix}{4 \choose 4}\end{matrix}$ | align=right| 8 || align=right| 8 || 0.00000369 || align=right| 270,724 : 1 || 0.0000296 || align=right| 33,839 : 1 | align=right| 9 || align=right| 9 || 0.00000369 || align=right| 270,724 : 1 || 0.0000332 || align=right| 30,080 : 1 |- ! xy** | $\begin{matrix}{r \choose 2}\end{matrix}$ | $\begin{matrix}{4 \choose 1}^2{52 - 4r \choose 2}\end{matrix}$ | align=right| 28 || align=right| 85,120 || 0.0112 || align=right| 88.1 : 1 || 0.314 || align=right| 2.18 : 1 | align=right| 36 || align=right| 69,120 || 0.00709 || align=right| 140 : 1 || 0.255 || align=right| 2.92 : 1 |- ! xxy* | $\begin{matrix}{r \choose 1}{r - 1 \choose 1}\end{matrix}$ | $\begin{matrix}{4 \choose 2}{4 \choose 1}{52 - 4r \choose 1}\end{matrix}$ | align=right| 56 || align=right| 26,880 || 0.00177 || align=right| 563 : 1 || 0.0993 || align=right| 9.07 : 1 | align=right| 72 || align=right| 27,648 || 0.00142 || align=right| 704 : 1 || 0.102 || align=right| 8.79 : 1 |- ! xxxy | $\begin{matrix}{r \choose 1}{r - 1 \choose 1}\end{matrix}$ | $\begin{matrix}{4 \choose 3}{4 \choose 1}\end{matrix}$ | align=right| 56 || align=right| 896 || 0.0000591 || align=right| 16,919 : 1 || 0.00331 || align=right| 301 : 1 | align=right| 72 || align=right| 1,152 || 0.0000591 || align=right| 16,919 : 1 || 0.00426 || align=right| 234 : 1 |- ! xxyy | $\begin{matrix}{r \choose 2}\end{matrix}$ | $\begin{matrix}{4 \choose 2}^2\end{matrix}$ | align=right| 28 || align=right| 1,008 || 0.000133 || align=right| 7,519 : 1 || 0.00372 || align=right| 267 : 1 | align=right| 36 || align=right| 1,296 || 0.000133 || align=right| 7,519 : 1 || 0.00479 || align=right| 208 : 1 |- ! xyz* | $\begin{matrix}{r \choose 3}\end{matrix}$ | $\begin{matrix}{4 \choose 1}^3{52 - 4r \choose 1}\end{matrix}$ | align=right| 56 || align=right| 71,680 || 0.00473 || align=right| 211 : 1 || 0.265 || align=right| 2.78 : 1 | align=right| 84 || align=right| 86,016 || 0.00378 || align=right| 263 : 1 || 0.318 || align=right| 2.15 : 1 |- ! xxyz | $\begin{matrix}{r \choose 1}{r - 1 \choose 2}\end{matrix}$ | $\begin{matrix}{4 \choose 2}{4 \choose 1}^2\end{matrix}$ | align=right| 168 || align=right| 16,128 || 0.000355 || align=right| 2,819 : 1 || 0.0596 || align=right| 15.8 : 1 | align=right| 252 || align=right| 24,192 || 0.000355 || align=right| 2,819 : 1 || 0.0894 || align=right| 10.2 : 1 |- ! xyzr | $\begin{matrix}{r \choose 4}\end{matrix}$ | $\begin{matrix}{4 \choose 1}^4\end{matrix}$ | align=right| 70 || align=right| 17,920 || 0.000946 || align=right| 1,057 : 1 || 0.0662 || align=right| 14.1 : 1 | align=right| 126 || align=right| 32,256 || 0.000946 || align=right| 1,057 : 1 || 0.119 || align=right| 7.39 : 1 |}

The probability of making a low hand depends on the number of low card ranks in the hand. However, although both are important, the probability of having the lowest hand depends more on the ranks of the low cards than on the number of low cards.

Hand selection

Beginning hand selection is critical in Omaha. Exactly two hole cards are combined with three community cards to form a hand in Omaha. The most favorable hand shapes have two suits with two cards in each suit, giving the hand two flush draws; have card ranks that are consecutive, giving the hand straight possibilities; and have one or more pairs, giving the hand a pair, and draws to three of a kind, full house and four of a kind possibilities. This makes the hands with the shape XaXbYaYb, with the ranks of X and Y adjacent, great starting hands in Omaha. Against one opponent, AaAbKaKb is the strongest starting hand in Omaha (against multiple opponents, the strongest starting hand is AaAbJa10b), while in Omaha Hi-Low the best starting hand is AaAb2a3b, which gives A-2-3 for making a low hand and straights, two suited aces for nut flushes, and a pair of aces for high. The best low starting hand is A-2-3-4, which makes the nut low hand more than 92% of the time when a qualifying low hand is possible and has a better than 50% chance to win at least a portion of the pot at showdown with an 8-high low qualifier, and at least ⅔ of the time will win at least a portion of the pot with a 9-high qualifier.

Contrary to most poker variants, more is not necessarily better (or the same) in Omaha, because only two hole cards are used. Because of this limitation, hands with more than two of the same suit or more than two of the same rank are weaker than the hand would be with exactly two of the suit or rank. The extra cards of the same suit remove outs for the flush draw and the extra cards of the same rank remove valuable outs for three of a kind, a full house, and four of a kind. The suit type aaaa is only about half as likely to make a flush as aabc. Paradoxically, the worst hand in Omaha hold 'em is four of a kind deuces (twos), because this hand can only make a pair of deuces plus the community cards. A much more common poor starting hand has the shape XaYbZcRd with the ranks of the cards spaced, such as 2♥ 6♦ 9♣ K♠—this hand has no flush draw, limited straight possibilities, and no pairs, although it has many more possibilities than 2-2-2-2 and considerably more than 2♥ 2♦ 2♣ 9♠.

Some professional poker players have created point systems for evaluating starting hands in Omaha, with the decision to raise, fold or call based on the number of points assigned to the starting hand. However, because of the necessary simplifications point systems make, there is disagreement regarding the value of particular point systems and point systems in general.

The flop

There are

$${52 \choose 3} = 22,100$$

possible flops assuming a random starting hand. By the turn the total number of combinations has increased to

$${52 \choose 4} = 270,725$$

and on the river there are

$${52 \choose 5} = 2,598,960$$

possible boards. For a given starting hand there are four known cards, which leaves

$${48 \choose 3} = 17,296$$

possible flops. At the turn the number of combinations is

$${48 \choose 4} = 194,580$$

and on the river there are

$${48 \choose 5} = 1,712,304$$

possible boards to go with the hand.

An Omaha poker hand consists of two cards from the player's hand and three cards from the board. Therefore, there are

$${3 \choose 3}{4 \choose 2} = 6$$

ways to form a poker hand from a starting hand after the flop and

$${4 \choose 3}{4 \choose 2} = 24$$  and  ${5 \choose 3}{4 \choose 2} = 60$

ways at the turn and river, respectively. By contrast, in Texas hold 'em there are only $\begin{matrix}{5 \choose 5} = 1\end{matrix},$ $\begin{matrix}{6 \choose 5} = 6\end{matrix}$ and $\begin{matrix}{7 \choose 5} = 21\end{matrix}$ ways to form a poker hand on the flop, turn and river, respectively. This increase in opportunities to make a hand means that the average strength of the winning hand in Omaha is higher than in Texas hold' em and other 7-card poker variants.

Making a low hand

See the section "Low starting hands" for a description of low hands in Omaha.

The first question regarding making a low hand in Omaha Hi-Lo is "how often does a qualifying low hand occur?" In order for any hand to qualify for low, the community cards must include at least three cards to a qualifying low hand. If r is the maximum rank (8 or 9) of a qualifying low hand, then assuming random starting hands, the probability Pf of the flop containing three cards to a qualifying low hand is

$$P_f = \frac{{r \choose 3}{4 \choose 1}^3}{{52 \choose 3}}.$$

Three ranks from the available low ranks are chosen and each rank can have one of four suits. There are $\begin{matrix}{8 \choose 3} = 56\end{matrix}$ and $\begin{matrix}{9 \choose 3} = 84\end{matrix}$ ways to choose three low ranks. The number of hands that can make a qualifying low are divided by the $\begin{matrix}{52 \choose 3} = 22,100\end{matrix}$ possible flops. This gives the following low hand combinations and probabilities on the flop.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! rowspan=2 colspan=2 | Making low on flop ! colspan=3 | for 8-high (r = 8) ! colspan=3 | for 9-high (r = 9) |- style="Background: #eee" ! Combos !! Probability !! Odds !! Combos !! Probability !! Odds |- | three low ranks | $\begin{matrix} {r \choose 3}{4 \choose 1}^3 \end{matrix}$ | align=right| 3,584 || 0.1622 || align=right| 5.116 : 1 | align=right| 5,376 || 0.2433 || align=right| 3.111 : 1 |}

Calculating the probability of three low ranks on the board for the turn and river is slightly more complicated because there are multiple possibilities for the fourth card. By the turn a qualifying low is possible with either four low ranks, three low ranks and a pair, or three low ranks and a high card. The probability Pt of making at least three cards to a qualifying low hand by the turn is the sum of the probabilities for each of these configurations. Each probability is calculated by dividing the number of combinations that satisfy the conditions by the $\begin{matrix}{52 \choose 4} = 270,725\end{matrix}$ possible boards on the turn.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! rowspan=2 colspan=2 | Making low by turn ! colspan=3 | for 8-high (r = 8) ! colspan=3 | for 9-high (r = 9) |- style="Background: #eee" ! Combos !! Probability !! Odds !! Combos !! Probability !! Odds |- | four low ranks | $\begin{matrix} {r \choose 4}{4 \choose 1}^4 \end{matrix}$ | align=right| 17,920 || 0.06619 || align=right| 14.11 : 1 | align=right| 32,256 || 0.1191 || align=right| 7.393 : 1 |- | three low ranks + a pair | $\begin{matrix} {r \choose 1}{4 \choose 2}{r - 1 \choose 2}{4 \choose 1}^2 \end{matrix}$ | align=right| 16,128 || 0.05957 || align=right| 15.79 : 1 | align=right| 24,192 || 0.08936 || align=right| 10.19 : 1 |- | three low ranks + high card | $\begin{matrix} {r \choose 3}{4 \choose 1}^3{52 - 4r \choose 1} \end{matrix}$ | align=right| 71,680 || 0.2648 || align=right| 2.777 : 1 | align=right| 86,016 || 0.3177 || align=right| 2.147 : 1 |- | colspan=2 | Pt | align=right| 105,728 || 0.3905 || align=right| 1.561 : 1 | align=right| 142,464 || 0.5262 || align=right| 0.9003 : 1 |}

Finally, at the river there are seven ways to make at least three cards to a low hand and $\begin{matrix}{52 \choose 5} = 2,598,960\end{matrix}$ possible boards on the river, giving the following probability for Pr.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! rowspan=2 colspan=2 | Making low by river ! colspan=3 | for 8-high (r = 8) ! colspan=3 | for 9-high (r = 9) |- style="Background: #eee" ! Combos !! Probability !! Odds !! Combos !! Probability !! Odds |- | five low ranks | $\begin{matrix} {r \choose 5}{4 \choose 1}^5 \end{matrix}$ | align=right| 57,344 || 0.02206 || align=right| 44.32 : 1 | align=right| 129,024 || 0.04964 || align=right| 19.14 : 1 |- | four low ranks + a pair | $\begin{matrix} {r \choose 1}{4 \choose 2}{r - 1 \choose 3}{4 \choose 1}^3 \end{matrix}$ | align=right| 107,520 || 0.04137 || align=right| 23.17 : 1 | align=right| 193,536 || 0.07447 || align=right| 12.43 : 1 |- | four low ranks + high card | $\begin{matrix} {r \choose 4}{4 \choose 1}^4{52 - 4r \choose 1} \end{matrix}$ | align=right| 358,400 || 0.1379 || align=right| 6.252 : 1 | align=right| 516,096 || 0.1986 || align=right| 4.036 : 1 |- | three low ranks + three of a kind | $\begin{matrix} {r \choose 1}{4 \choose 3}{r - 1 \choose 2}{4 \choose 1}^2 \end{matrix}$ | align=right| 10,752 || 0.004137 || align=right| 240.7 : 1 | align=right| 16,128 || 0.006206 || align=right| 160.1 : 1 |- | three low ranks + two pair | $\begin{matrix} {r \choose 2}{4 \choose 2}^2{r - 2 \choose 1}{4 \choose 1} \end{matrix}$ | align=right| 24,192 || 0.009308 || align=right| 106.4 : 1 | align=right| 36,288 || 0.01396 || align=right| 70.62 : 1 |- | three low ranks + a pair + high card | $\begin{matrix} {r \choose 1}{4 \choose 2}{r - 1 \choose 2}{4 \choose 1}^2{52 - 4r \choose 1} \end{matrix}$ | align=right| 322,560 || 0.1241 || align=right| 7.057 : 1 | align=right| 387,072 || 0.1489 || align=right| 5.714 : 1 |- | three low ranks + two high cards | $\begin{matrix} {r \choose 3}{4 \choose 1}^3{52 - 4r \choose 2} \end{matrix}$ | align=right| 680,960 || 0.2620 || align=right| 2.817 : 1 | align=right| 645,120 || 0.2482 || align=right| 3.029 : 1 |- | colspan=2 | Pr | align=right| 1,561,728 || 0.6009 || align=right| 0.6642 : 1 | align=right| 1,923,264 || 0.7400 || align=right| 0.3513 : 1 |}

As the last table indicates, there is a 60% chance that a low hand is possible at the river with an 8-high qualifying hand, and a 74% chance with a 9-high qualifier. The actually probability that there will be a qualifying low hand is less because there is a very real possibility that even with three cards to a low hand on the board, no player remaining in the hand at showdown can make a qualifying low hand.

Making a low hand based on low hand shape

Any hand starting with at least two different qualifying low ranks has a chance to make a low hand. The more different low ranks a hand has, the better the chances of making a low hand. Also, the more pairs and trips among the low ranks, the less chance there is of a low hand being possible and not being able to make a low hand. The following tables show the probability and odds of making a low hand, missing a low hand when one is possible (at least three qualifying low ranks on the board), and having no low hand possible for each of the starting low hand shapes on the flop, turn and river.

8-high qualifier:

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! colspan=10 align=left | Making low hand on flop, 8-high qualifier !! colspan=2 rowspan=2 | Make low when
low possible |- style="Background: #eee" ! rowspan=2 | Low
shape ! colspan=3 | Make low !! colspan=3 | Miss low !! colspan=3 | No low |- style="Background: #eee" ! Combos !! Probability !! Odds !! Combos !! Probability !! Odds !! Combos !! Probability !! Odds !! Probability !! Odds |- ! **** |align=right| 0 || 0 ||align=right| ∞ |align=right| 3,584 || 0.2072 ||align=right| 3.83 : 1 |align=right| 13,712 || 0.7928 ||align=right| 0.26 : 1 | 0 ||align=right| ∞ |- ! x*** |align=right| 0 || 0 ||align=right| ∞ |align=right| 3,248 || 0.1878 ||align=right| 4.33 : 1 |align=right| 14,048 || 0.8122 ||align=right| 0.23 : 1 | 0 ||align=right| ∞ |- ! xx** |align=right| 0 || 0 ||align=right| ∞ |align=right| 2,912 || 0.1684 ||align=right| 4.94 : 1 |align=right| 14,384 || 0.8316 ||align=right| 0.20 : 1 | 0 ||align=right| ∞ |- ! [...]* |align=right| 0 || 0 ||align=right| ∞ |align=right| 2,576 || 0.1489 ||align=right| 5.71 : 1 |align=right| 14,720 || 0.8511 ||align=right| 0.18 : 1 | 0 ||align=right| ∞ |- ! xxxx |align=right| 0 || 0 ||align=right| ∞ |align=right| 2,240 || 0.1295 ||align=right| 6.72 : 1 |align=right| 15,056 || 0.8705 ||align=right| 0.15 : 1 | 0 ||align=right| ∞ |- ! xy** |align=right| 1,280 || 0.0740 ||align=right| 12.51 : 1 |align=right| 1,656 || 0.0957 ||align=right| 9.44 : 1 |align=right| 14,360 || 0.8302 ||align=right| 0.20 : 1 | 0.4360 ||align=right| 1.29 : 1 |- ! xxy* |align=right| 1,280 || 0.0740 ||align=right| 12.51 : 1 |align=right| 1,344 || 0.0777 ||align=right| 11.87 : 1 |align=right| 14,672 || 0.8483 ||align=right| 0.18 : 1 | 0.4878 ||align=right| 1.05 : 1 |- ! xxxy |align=right| 1,280 || 0.0740 ||align=right| 12.51 : 1 |align=right| 1,032 || 0.0597 ||align=right| 15.76 : 1 |align=right| 14,984 || 0.8663 ||align=right| 0.15 : 1 | 0.5536 ||align=right| 0.81 : 1 |- ! xxyy |align=right| 1,280 || 0.0740 ||align=right| 12.51 : 1 |align=right| 1,056 || 0.0611 ||align=right| 15.38 : 1 |align=right| 14,960 || 0.8649 ||align=right| 0.16 : 1 | 0.5479 ||align=right| 0.83 : 1 |- ! xyz* |align=right| 2,080 || 0.1203 ||align=right| 7.32 : 1 |align=right| 567 || 0.0328 ||align=right| 29.50 : 1 |align=right| 14,649 || 0.8470 ||align=right| 0.18 : 1 | 0.7858 ||align=right| 0.27 : 1 |- ! xxyz |align=right| 1,920 || 0.1110 ||align=right| 8.01 : 1 |align=right| 438 || 0.0253 ||align=right| 38.49 : 1 |align=right| 14,938 || 0.8637 ||align=right| 0.16 : 1 | 0.8142 ||align=right| 0.23 : 1 |- ! xyzr |align=right| 2,272 || 0.1314 ||align=right| 6.61 : 1 |align=right| 108 || 0.0062 ||align=right| 159.15 : 1 |align=right| 14,916 || 0.8624 ||align=right| 0.16 : 1 | 0.9546 ||align=right| 0.05 : 1 |}

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! colspan=10 align=left | Making low hand on turn, 8-high qualifier !! colspan=2 rowspan=2 | Make low when
low possible |- style="Background: #eee" ! rowspan=2 | Low
shape ! colspan=3 | Make low !! colspan=3 | Miss low !! colspan=3 | No low |- style="Background: #eee" ! Combos !! Probability !! Odds !! Combos !! Probability !! Odds !! Combos !! Probability !! Odds !! Probability !! Odds |- ! **** |align=right| 0 || 0 ||align=right| ∞ |align=right| 91,392 || 0.4697 ||align=right| 1.13 : 1 |align=right| 103,188 || 0.5303 ||align=right| 0.89 : 1 | 0 ||align=right| ∞ |- ! x*** |align=right| 0 || 0 ||align=right| ∞ |align=right| 85,008 || 0.4369 ||align=right| 1.29 : 1 |align=right| 109,572 || 0.5631 ||align=right| 0.78 : 1 | 0 ||align=right| ∞ |- ! xx** |align=right| 0 || 0 ||align=right| ∞ |align=right| 78,288 || 0.4023 ||align=right| 1.49 : 1 |align=right| 116,292 || 0.5977 ||align=right| 0.67 : 1 | 0 ||align=right| ∞ |- ! [...]* |align=right| 0 || 0 ||align=right| ∞ |align=right| 71,232 || 0.3661 ||align=right| 1.73 : 1 |align=right| 123,348 || 0.6339 ||align=right| 0.58 : 1 | 0 ||align=right| ∞ |- ! xxxx |align=right| 0 || 0 ||align=right| ∞ |align=right| 63,840 || 0.3281 ||align=right| 2.05 : 1 |align=right| 130,740 || 0.6719 ||align=right| 0.49 : 1 | 0 ||align=right| ∞ |- ! xy** |align=right| 40,320 || 0.2072 ||align=right| 3.83 : 1 |align=right| 38,484 || 0.1978 ||align=right| 4.06 : 1 |align=right| 115,776 || 0.5950 ||align=right| 0.68 : 1 | 0.5116 ||align=right| 0.95 : 1 |- ! xxy* |align=right| 40,320 || 0.2072 ||align=right| 3.83 : 1 |align=right| 31,968 || 0.1643 ||align=right| 5.09 : 1 |align=right| 122,292 || 0.6285 ||align=right| 0.59 : 1 | 0.5578 ||align=right| 0.79 : 1 |- ! xxxy |align=right| 40,320 || 0.2072 ||align=right| 3.83 : 1 |align=right| 25,140 || 0.1292 ||align=right| 6.74 : 1 |align=right| 129,120 || 0.6636 ||align=right| 0.51 : 1 | 0.6159 ||align=right| 0.62 : 1 |- ! xxyy |align=right| 40,320 || 0.2072 ||align=right| 3.83 : 1 |align=right| 25,680 || 0.1320 ||align=right| 6.58 : 1 |align=right| 128,580 || 0.6608 ||align=right| 0.51 : 1 | 0.6109 ||align=right| 0.64 : 1 |- ! xyz* |align=right| 59,520 || 0.3059 ||align=right| 2.27 : 1 |align=right| 13,284 || 0.0683 ||align=right| 13.65 : 1 |align=right| 121,776 || 0.6258 ||align=right| 0.60 : 1 | 0.8175 ||align=right| 0.22 : 1 |- ! xxyz |align=right| 56,000 || 0.2878 ||align=right| 2.47 : 1 |align=right| 10,515 || 0.0540 ||align=right| 17.50 : 1 |align=right| 128,065 || 0.6582 ||align=right| 0.52 : 1 | 0.8419 ||align=right| 0.19 : 1 |- ! xyzr |align=right| 64,464 || 0.3313 ||align=right| 2.02 : 1 |align=right| 2,565 || 0.0132 ||align=right| 74.86 : 1 |align=right| 127,551 || 0.6555 ||align=right| 0.53 : 1 | 0.9617 ||align=right| 0.04 : 1 |}

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! colspan=10 align=left | Making low hand on river, 8-high qualifier !! colspan=2 rowspan=2 | Make low when
low possible |- style="Background: #eee" ! rowspan=2 | Low
shape ! colspan=3 | Make low !! colspan=3 | Miss low !! colspan=3 | No low |- style="Background: #eee" ! Combos !! Probability !! Odds !! Combos !! Probability !! Odds !! Combos !! Probability !! Odds !! Probability !! Odds |- ! **** |align=right| 0 || 0 ||align=right| ∞ |align=right| 1,174,656 || 0.6860 ||align=right| 0.46 : 1 |align=right| 537,648 || 0.3140 ||align=right| 2.18 : 1 | 0 ||align=right| ∞ |- ! x*** |align=right| 0 || 0 ||align=right| ∞ |align=right| 1,116,780 || 0.6522 ||align=right| 0.53 : 1 |align=right| 595,524 || 0.3478 ||align=right| 1.88 : 1 | 0 ||align=right| ∞ |- ! xx** |align=right| 0 || 0 ||align=right| ∞ |align=right| 1,052,520 || 0.6149 ||align=right| 1.60 : 1 |align=right| 659,784 || 0.3853 ||align=right| 0.67 : 1 | 0 ||align=right| ∞ |- ! [...]* |align=right| 0 || 0 ||align=right| ∞ |align=right| 981,540 || 0.5732 ||align=right| 0.74 : 1 |align=right| 730,764 || 0.4268 ||align=right| 1.34 : 1 | 0 ||align=right| ∞ |- ! xxxx |align=right| 0 || 0 ||align=right| ∞ |align=right| 903,504 || 0.5277 ||align=right| 0.90 : 1 |align=right| 808,800 || 0.4723 ||align=right| 1.12 : 1 | 0 ||align=right| ∞ |- ! xy** |align=right| 625,344 || 0.3652 ||align=right| 1.74 : 1 |align=right| 432,480 || 0.2526 ||align=right| 2.96 : 1 |align=right| 654,480 || 0.3822 ||align=right| 1.62 : 1 | 0.5912 ||align=right| 0.69 : 1 |- ! xxy* |align=right| 625,344 || 0.3652 ||align=right| 1.74 : 1 |align=right| 367,320 || 0.2145 ||align=right| 3.66 : 1 |align=right| 719,640 || 0.4203 ||align=right| 1.38 : 1 | 0.6300 ||align=right| 0.59 : 1 |- ! xxxy |align=right| 625,344 || 0.3652 ||align=right| 1.74 : 1 |align=right| 295,644 || 0.1727 ||align=right| 4.79 : 1 |align=right| 791,316 || 0.4621 ||align=right| 1.16 : 1 | 0.6790 ||align=right| 0.47 : 1 |- ! xxyy |align=right| 625,344 || 0.3652 ||align=right| 1.74 : 1 |align=right| 301,464 || 0.1761 ||align=right| 4.68 : 1 |align=right| 785,496 || 0.4587 ||align=right| 1.18 : 1 | 0.6747 ||align=right| 0.48 : 1 |- ! xyz* |align=right| 847,944 || 0.4952 ||align=right| 1.02 : 1 |align=right| 150,264 || 0.0878 ||align=right| 10.40 : 1 |align=right| 714,096 || 0.4170 ||align=right| 1.40 : 1 | 0.8495 ||align=right| 0.18 : 1 |- ! xxyz |align=right| 810,784 || 0.4735 ||align=right| 1.11 : 1 |align=right| 121,808 || 0.0711 ||align=right| 13.06 : 1 |align=right| 779,712 || 0.4554 ||align=right| 1.20 : 1 | 0.8694 ||align=right| 0.15 : 1 |- ! xyzr |align=right| 908,976 || 0.5308 ||align=right| 0.88 : 1 |align=right| 29,376 || 0.0172 ||align=right| 57.29 : 1 |align=right| 773,952 || 0.4520 ||align=right| 1.21 : 1 | 0.9687 ||align=right| 0.03 : 1 |}

9-high qualifier:

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! colspan=10 align=left | Making low hand on flop, 9-high qualifier !! colspan=2 rowspan=2 | Make low when
low possible |- style="Background: #eee" ! rowspan=2 | Low
shape ! colspan=3 | Make low !! colspan=3 | Miss low !! colspan=3 | No low |- style="Background: #eee" ! Combos !! Probability !! Odds !! Combos !! Probability !! Odds !! Combos !! Probability !! Odds !! Probability !! Odds |- ! **** |align=right| 0 || 0 ||align=right| ∞ |align=right| 5,376 || 0.3108 ||align=right| 2.22 : 1 |align=right| 11,920 || 0.6892 ||align=right| 0.45 : 1 | 0 ||align=right| ∞ |- ! x*** |align=right| 0 || 0 ||align=right| ∞ |align=right| 4,928 || 0.2849 ||align=right| 2.51 : 1 |align=right| 12,368 || 0.7151 ||align=right| 0.40 : 1 | 0 ||align=right| ∞ |- ! xx** |align=right| 0 || 0 ||align=right| ∞ |align=right| 4,480 || 0.2590 ||align=right| 2.86 : 1 |align=right| 12,816 || 0.7410 ||align=right| 0.35 : 1 | 0 ||align=right| ∞ |- ! [...]* |align=right| 0 || 0 ||align=right| ∞ |align=right| 4,032 || 0.2331 ||align=right| 3.29 : 1 |align=right| 13,264 || 0.7669 ||align=right| 0.30 : 1 | 0 ||align=right| ∞ |- ! xxxx |align=right| 0 || 0 ||align=right| ∞ |align=right| 3,584 || 0.2072 ||align=right| 3.83 : 1 |align=right| 13,712 || 0.7928 ||align=right| 0.26 : 1 | 0 ||align=right| ∞ |- ! xy** |align=right| 2,240 || 0.1295 ||align=right| 6.72 : 1 |align=right| 2,268 || 0.1311 ||align=right| 6.63 : 1 |align=right| 12,788 || 0.7394 ||align=right| 0.35 : 1 | 0.4969 ||align=right| 1.01 : 1 |- ! xxy* |align=right| 2,240 || 0.1295 ||align=right| 6.72 : 1 |align=right| 1,848 || 0.1068 ||align=right| 8.36 : 1 |align=right| 13,208 || 0.7636 ||align=right| 0.31 : 1 | 0.5479 ||align=right| 0.83 : 1 |- ! xxxy |align=right| 2,240 || 0.1295 ||align=right| 6.72 : 1 |align=right| 1,428 || 0.0826 ||align=right| 11.11 : 1 |align=right| 13,628 || 0.7879 ||align=right| 0.27 : 1 | 0.6107 ||align=right| 0.64 : 1 |- ! xxyy |align=right| 2,240 || 0.1295 ||align=right| 6.72 : 1 |align=right| 1,456 || 0.0842 ||align=right| 10.88 : 1 |align=right| 13,600 || 0.7863 ||align=right| 0.27 : 1 | 0.6061 ||align=right| 0.65 : 1 |- ! xyz* |align=right| 3,440 || 0.1989 ||align=right| 4.03 : 1 |align=right| 675 || 0.0390 ||align=right| 24.62 : 1 |align=right| 13,181 || 0.7621 ||align=right| 0.31 : 1 | 0.8360 ||align=right| 0.20 : 1 |- ! xxyz |align=right| 3,200 || 0.1850 ||align=right| 4.41 : 1 |align=right| 522 || 0.0302 ||align=right| 32.13 : 1 |align=right| 13,574 || 0.7848 ||align=right| 0.27 : 1 | 0.8598 ||align=right| 0.16 : 1 |- ! xyzr |align=right| 3,640 || 0.2105 ||align=right| 3.75 : 1 |align=right| 108 || 0.0062 ||align=right| 159.15 : 1 |align=right| 13,548 || 0.7833 ||align=right| 0.28 : 1 | 0.9712 ||align=right| 0.03 : 1 |}

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! colspan=10 align=left | Making low hand on turn, 9-high qualifier !! colspan=2 rowspan=2 | Make low when
low possible |- style="Background: #eee" ! rowspan=2 | Low
shape ! colspan=3 | Make low !! colspan=3 | Miss low !! colspan=3 | No low |- style="Background: #eee" ! Combos !! Probability !! Odds !! Combos !! Probability !! Odds !! Combos !! Probability !! Odds !! Probability !! Odds |- ! **** |align=right| 0 || 0 ||align=right| ∞ |align=right| 120,960 || 0.6216 ||align=right| 0.61 : 1 |align=right| 73,620 || 0.3784 ||align=right| 1.64 : 1 | 0 ||align=right| ∞ |- ! x*** |align=right| 0 || 0 ||align=right| ∞ |align=right| 114,240 || 0.5871 ||align=right| 0.70 : 1 |align=right| 80,340 || 0.4129 ||align=right| 1.42 : 1 | 0 ||align=right| ∞ |- ! xx** |align=right| 0 || 0 ||align=right| ∞ |align=right| 107,072 || 0.5503 ||align=right| 0.82 : 1 |align=right| 87,508 || 0.4497 ||align=right| 1.22 : 1 | 0 ||align=right| ∞ |- ! [...]* |align=right| 0 || 0 ||align=right| ∞ |align=right| 99,456 || 0.5111 ||align=right| 0.96 : 1 |align=right| 95,124 || 0.4889 ||align=right| 1.05 : 1 | 0 ||align=right| ∞ |- ! xxxx |align=right| 0 || 0 ||align=right| ∞ |align=right| 91,392 || 0.4697 ||align=right| 1.13 : 1 |align=right| 103,188 || 0.5303 ||align=right| 0.89 : 1 | 0 ||align=right| ∞ |- ! xy** |align=right| 63,840 || 0.3281 ||align=right| 2.05 : 1 |align=right| 43,722 || 0.2247 ||align=right| 3.45 : 1 |align=right| 87,018 || 0.4472 ||align=right| 1.24 : 1 | 0.5935 ||align=right| 0.68 : 1 |- ! xxy* |align=right| 63,840 || 0.3281 ||align=right| 2.05 : 1 |align=right| 36,624 || 0.1882 ||align=right| 4.31 : 1 |align=right| 94,116 || 0.4837 ||align=right| 1.07 : 1 | 0.6355 ||align=right| 0.57 : 1 |- ! xxxy |align=right| 63,840 || 0.3281 ||align=right| 2.05 : 1 |align=right| 29,106 || 0.1496 ||align=right| 5.69 : 1 |align=right| 101,634 || 0.5223 ||align=right| 0.91 : 1 | 0.6869 ||align=right| 0.46 : 1 |- ! xxyy |align=right| 63,840 || 0.3281 ||align=right| 2.05 : 1 |align=right| 29,624 || 0.1522 ||align=right| 5.57 : 1 |align=right| 101,116 || 0.5197 ||align=right| 0.92 : 1 | 0.6830 ||align=right| 0.46 : 1 |- ! xyz* |align=right| 87,840 || 0.4514 ||align=right| 1.22 : 1 |align=right| 13,122 || 0.0674 ||align=right| 13.83 : 1 |align=right| 93,618 || 0.4811 ||align=right| 1.08 : 1 | 0.8700 ||align=right| 0.15 : 1 |- ! xxyz |align=right| 83,520 || 0.4292 ||align=right| 1.33 : 1 |align=right| 10,449 || 0.0537 ||align=right| 17.62 : 1 |align=right| 100,611 || 0.5171 ||align=right| 0.93 : 1 | 0.8888 ||align=right| 0.13 : 1 |- ! xyzr |align=right| 92,340 || 0.4746 ||align=right| 1.11 : 1 |align=right| 2,133 || 0.0110 ||align=right| 90.22 : 1 |align=right| 100,107 || 0.5145 ||align=right| 0.94 : 1 | 0.9774 ||align=right| 0.02 : 1 |}

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! colspan=10 align=left | Making low hand on river, 9-high qualifier !! colspan=2 rowspan=2 | Make low when
low possible |- style="Background: #eee" ! rowspan=2 | Low
shape ! colspan=3 | Make low !! colspan=3 | Miss low !! colspan=3 | No low |- style="Background: #eee" ! Combos !! Probability !! Odds !! Combos !! Probability !! Odds !! Combos !! Probability !! Odds !! Probability !! Odds |- ! **** |align=right| 0 || 0 ||align=right| ∞ |align=right| 1,407,168 || 0.8218 ||align=right| 0.22 : 1 |align=right| 305,136 || 0.1782 ||align=right| 4.61 : 1 | 0 ||align=right| ∞ |- ! x*** |align=right| 0 || 0 ||align=right| ∞ |align=right| 1,359,568 || 0.7940 ||align=right| 0.26 : 1 |align=right| 352,736 || 0.2060 ||align=right| 3.85 : 1 | 0 ||align=right| ∞ |- ! xx** |align=right| 0 || 0 ||align=right| ∞ |align=right| 1,305,248 || 0.7623 ||align=right| 0.31 : 1 |align=right| 407,056 || 0.2377 ||align=right| 3.21 : 1 | 0 ||align=right| ∞ |- ! [...]* |align=right| 0 || 0 ||align=right| ∞ |align=right| 1,243,760 || 0.7264 ||align=right| 0.38 : 1 |align=right| 468,544 || 0.2736 ||align=right| 2.65 : 1 | 0 ||align=right| ∞ |- ! xxxx |align=right| 0 || 0 ||align=right| ∞ |align=right| 1,174,656 || 0.6860 ||align=right| 0.46 : 1 |align=right| 537,648 || 0.3140 ||align=right| 2.18 : 1 | 0 ||align=right| ∞ |- ! xy** |align=right| 903,504 || 0.5277 ||align=right| 0.90 : 1 |align=right| 405,804 || 0.2370 ||align=right| 3.22 : 1 |align=right| 402,996 || 0.2354 ||align=right| 3.25 : 1 | 0.6901 ||align=right| 0.45 : 1 |- ! xxy* |align=right| 903,504 || 0.5277 ||align=right| 0.90 : 1 |align=right| 348,866 || 0.2037 ||align=right| 3.91 : 1 |align=right| 459,934 || 0.2686 ||align=right| 2.72 : 1 | 0.7214 ||align=right| 0.39 : 1 |- ! xxxy |align=right| 903,504 || 0.5277 ||align=right| 0.90 : 1 |align=right| 284,830 || 0.1663 ||align=right| 5.01 : 1 |align=right| 523,970 || 0.3060 ||align=right| 2.27 : 1 | 0.7603 ||align=right| 0.32 : 1 |- ! xxyy |align=right| 903,504 || 0.5277 ||align=right| 0.90 : 1 |align=right| 289,380 || 0.1690 ||align=right| 4.92 : 1 |align=right| 519,420 || 0.3033 ||align=right| 2.30 : 1 | 0.7574 ||align=right| 0.32 : 1 |- ! xyz* |align=right| 1,134,204 || 0.6624 ||align=right| 0.51 : 1 |align=right| 122,526 || 0.0716 ||align=right| 12.98 : 1 |align=right| 455,574 || 0.2661 ||align=right| 2.76 : 1 | 0.9025 ||align=right| 0.11 : 1 |- ! xxyz |align=right| 1,097,184 || 0.6408 ||align=right| 0.56 : 1 |align=right| 100,368 || 0.0586 ||align=right| 16.06 : 1 |align=right| 514,752 || 0.3006 ||align=right| 2.33 : 1 | 0.9162 ||align=right| 0.09 : 1 |- ! xyzr |align=right| 1,182,004 || 0.6903 ||align=right| 0.45 : 1 |align=right| 20,196 || 0.0118 ||align=right| 83.78 : 1 |align=right| 510,104 || 0.2979 ||align=right| 2.36 : 1 | 0.9832 ||align=right| 0.02 : 1 |}

There are several interesting things to note about low hands. With an 8-high qualifier, the shape xyzr, which has four different low ranks, is the only starting hand with a greater than 50% chance of making a low hand before the flop. With a 9-high qualifier, any hand that can make a low hand has a greater than 50% chance of making a low hand. When playing a hand that has no chance at low, a hand like A-A-Q-J, which has two of the low aces, creates a significantly lower chance of there being a low than a hand like K-K-Q-J which has only high cards. With an 8-high qualifier the probability of a low hand being possible is reduced by about 10% (from 68.6% to 61.5%) and with a 9-high qualifier the probability is reduced by about 7% (from 82.2% to 76.2%). This is an often overlooked additional advantage of pocket aces over pocket kings with a high-only hand in Omaha Hi-Lo.

See Probability derivations for making low hands in Omaha hold 'em for the derivations for the probabilities in the preceding tables of making low hands based on the low hand shape of the starting hand.

Making the nuts

The nuts is the best possible poker hand that can be made from the community cards. Due to the large number of opportunities to make a hand, it is not uncommon in Omaha for the winning hand to be the nuts, or at least close to it.

On the flop every poker hand uses the three community cards Plus Two other cards. For each board then, there are $\begin{matrix} {49 \choose 2} = 1,176 \end{matrix}$ ways to make a poker hand and

$${52 \choose 3}{3 \choose 3}{49 \choose 2} = 25,989,600$$

different possible combinations of poker hands made from the three community cards and two cards from a player's hand. On the turn there are $\begin{matrix} {4 \choose 3} = 4 \end{matrix}$ ways to select three community cards and $\begin{matrix} {48 \choose 2} = 1,128 \end{matrix}$ hand combinations giving 4 × 1,128 = 4,512 ways to make a poker hand for each board. This gives

$${52 \choose 4}{4 \choose 3}{48 \choose 2} = 1,221,511,200$$

combinations of hands on the turn. Finally, on the river there are $\begin{matrix} {5 \choose 3} = 10 \end{matrix}$ ways to select three community cards and $\begin{matrix} {47 \choose 2} = 1,081 \end{matrix}$ hand combinations giving 10,810 ways to make a poker hand for each board, resulting in

$${52 \choose 5}{5 \choose 3}{47 \choose 2} = 28,094,757,600$$

poker hand combinations possible on the river. For each board, one or more of the possible poker hands is the nuts.

Making high nuts

In the case of high hands, when the nuts is a royal flush or straight flush, the winning hand is often a flush; when the nuts is four of a kind, the winning hand is often a full house. The lowest hand that can be the nuts is three of a kind, which occurs when there is no straight or flush possible and no pair on the board. The lowest possible nut hand at the river is Q-Q-Q-8-7 which occurs when the board is one of the 600 possible combinations of Q-8-7-3-2 that doesn't have three or more of the same suit.

The following table shows the probability of the nut hand for the board on the flop, turn and river.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! rowspan=2 | Poker hand ! colspan=3 | After the flop ! colspan=3 | After the turn ! colspan=3 | After the river |- style="Background: #eee" ! Combos !! Probability !! Odds !! Combos !! Probability !! Odds !! Combos !! Probability !! Odds |- align=right |align=left| Straight flush || 256 || 0.0116 || 85.33 : 1 || 11,712 || 0.0433 || 22.12 : 1 || 261,920 || 0.1008 || 8.923 : 1 |- align=right |align=left| Four of a kind || 3,796 || 0.1718 || 4.822 : 1 || 85,368 || 0.3153 || 2.171 : 1 || 1,173,696 || 0.4516 || 1.214 : 1 |- align=right |align=left| Full house || 0 || 0 || ∞ || 13 ||< 0.0001 || 20,824 : 1 || 624 || 0.0002 || 4164 : 1 |- align=right |align=left| Flush || 888 || 0.0402 || 23.89 : 1 || 27,772 || 0.1026 || 8.748 : 1 || 390,520 || 0.1503 || 5.655 : 1 |- align=right |align=left| Straight || 3,840 || 0.1738 || 4.755 : 1 || 88,128 || 0.3255 || 2.072 : 1 || 724,800 || 0.2789 || 2.586 : 1 |- align=right |align=left| Three of a kind || 13,320 || 0.6027 ||0.6592 : 1 || 57,732 || 0.2132 || 3.689 : 1 || 47,400 || 0.0182 || 53.83 : 1 |- align=right !align=center| TOTAL || 22,100 || 1 || 0 : 1 || 270,725 || 1 || 0 : 1 || 2,598,960 || 1 || 0 : 1 |}

Notice that while three of a kind is a 60% favorite to be the nuts after the flop, it's less than 2% to still be on top at the river—although the three of a kind has a good chance of improving to a full house or four of a kind, if it doesn't improve, chances are the nut hand at the river is a straight, flush or straight flush. At the river, having the nuts be four of a kind is more likely (45.2%) than all of the hands ranked below four of a kind combined (44.8%). Also, despite the rarity of straight flushes at showdown, 10% of the boards will have one as the nut hand by the river.

Derivation of the high nut boards

A straight flush is possible whenever the board contains at least three cards of the same suit where the ranks of the suited cards can create a straight with the addition of exactly two ranks. For three ranks, the two lower ranks must be chosen from the up to four next lower ranks, counting the rank of ace as low when trying to make the straight A-2-3-4-5. There are 10 possible straights (Ace high to 5 high). A straight is also possible when the high rank is 4 combined with two of the three lower ranks A to 3, or when the three ranks are 3-2-A, which gives $\begin{matrix} 10 \times {4 \choose 2} + {3 \choose 2} + {2 \choose 2} = 64 \end{matrix}$ ways. This gives

$$64 \times {4 \choose 1} = 256$$

combinations for a straight flush after the flop. With four or five cards of different ranks, the determination of the number of rank sets that yield a straight with the addition of exactly two cards is more involved because any enumeration must eliminate rank sets that are counted more than once, but it turns out that there are 432 such rank sets with four ranks and 1,208 with five ranks. At the turn there are two ways to make a straight flush—there can either be four cards of the same suit with a rank set that allows a straight, or three cards of the same suit that allow a straight combined with any of the 39 cards with a different suit. This gives

$$432 \times {4 \choose 1} + 64 \times {4 \choose 1}{39 \choose 1} = 11,712$$

combinations after the turn. At the river a straight flush is possible with a suited rank set of either five cards, four cards combined with one of the 39 cards of another suit, or three cards combined with two of the remaining 39 cards, giving

$$1,208 \times {4 \choose 1} + 432 \times {4 \choose 1}{39 \choose 1} + 64 \times {4 \choose 1}{39 \choose 2} = 261,920$$

combinations.

Four of a kind is the nuts whenever there is a pair or three of a kind on the board and no possibility for a straight flush. After the flop, three of a kind is possible by choosing one of the 13 ranks and three of the four cards in that rank; a pair is possible by choosing one of the 13 ranks and two of the four cards in that rank combined with a card in one of the other 12 ranks in any of the four suits. So on the flop there are

$${13 \choose 1}{4 \choose 3} + {13 \choose 1}{4 \choose 2}{12 \choose 1}{4 \choose 1} = 3,796$$

boards with a pair or three of a kind. At the turn there can either be three of a kind and another rank, two pair, or one pair and two other ranks. In the case with one pair, any straight flushes made possible by the three different ranks must be subtracted. At the turn, the number of possible straight flushes with a pair on the board is one of the 64 rank sets with three cards that can make a straight in one of the four suits combined with a card that pairs one of the three cards to the straight flush, which is $\begin{matrix} 64 \times {4 \choose 1}{3 \choose 1}{3 \choose 1} = 2,304\end{matrix}$. So there are

$${13 \choose 1}{4 \choose 3}{12 \choose 1}{4 \choose 1} + {13 \choose 2}{4 \choose 2}^2 + \left [ {13 \choose 2}{4 \choose 2}{12 \choose 2}{4 \choose 1}^2 - 2,304 \right ] = 85,368$$

combinations that make four of a kind possible at the turn. On the river, four of a kind can be made when there is either a full house on the board, three of a kind and two other ranks, two pair and one other rank, or a pair and three other ranks. With three of a kind or two pair, any straight flushes made possible by the three different ranks must be subtracted and with a pair, any straight flushes made possible by the four different ranks are subtracted. For three of a kind, choose one of the three cards for the straight flush and then choose 2 of the 3 remaining cards of that rank to make three of a kind for $\begin{matrix} 64 \times {4 \choose 1}{3 \choose 1}{3 \choose 2} = 2,304 \end{matrix}$ possible straight flushes. With two pair, choose two of the three cards that make a possible straight flush and then choose one of the three remaining cards for each rank to make one of $\begin{matrix} 64 \times {4 \choose 1}{3 \choose 2}{3 \choose 1}^2 = 6,912 \end{matrix}$ straight flushes. With a pair there are three cases where a straight flush is possible that have a total of 97,536 combinations:

  • the three non-pair ranks have the same suit as one of the cards in the pair and the four suited cards form one of the 432 rank sets that allows a straight (example 3♠ 9♠ J♠ Q♠ J♦), so choosing one of the four suited ranks and one of the three remaining cards of that rank gives $\begin{matrix} 432 \times {4 \choose 1}{3 \choose 1} = 20,736 \end{matrix}$ possible straight flushes;
  • two of the non-pair ranks have the same suit as one of the cards in the pair and the three suited cards form one of the 64 rank sets that allows a straight (example 8♠ 9♠ J♠ J♥ K♦), so choosing one of the three suited ranks and one of the three remaining cards of that rank to combine with a card from one of the 10 remaining ranks in one of the three remaining suits gives $\begin{matrix} 64 \times {4 \choose 1}{3 \choose 1}{3 \choose 1}{10 \choose 1}{3 \choose 1} = 69,120 \end{matrix}$ possible straight flushes;
  • the three non-pair ranks share a suit that is different than either of the suits in the pair and the three suited cards form one of the 64 rank sets that allows a straight (example 4♠ 6♠ 7♠ J♥ J♦), so choose one of the 10 remaining ranks not used by the suited cards and choose two of the three cards of that rank that have a different suit to give $\begin{matrix} 64 \times {4 \choose 1}{10 \choose 1}{3 \choose 2} = 7,680 \end{matrix}$ possible straight flushes.

Altogether there are

{|

| ${13 \choose 1}{4 \choose 3}{12 \choose 1}{4 \choose 2}$ | ||align=right| 3, 744  || full houses |- | $+ {13 \choose 1}{4 \choose 3}{12 \choose 2}{4 \choose 1}^2 - 2,304$ | ||align=right| 52, 608  || three of a kind |- | $+ {13 \choose 2}{4 \choose 2}^2{11 \choose 2}{4 \choose 1} - 6,912$ | ||align=right| 116, 640  || two pair |- | $+ {13 \choose 1}{4 \choose 2}{12 \choose 3}{4 \choose 1}^3 - 97,536$ | ||align=right| 1, 000, 704  || one pair |- | || for a total of || 1, 173, 696  |}

combinations on the river that make four of a kind possible without making a straight flush possible.

Oddly enough, without knowing any down cards a full house can only be the nuts when there is four of a kind on the board. This means that there is no chance of a full house being the nuts on the flop. (If the flop is paired, and a player has a card of the same rank as the pair on the board, then that player knows four of a kind is impossible and a full house is the nuts; and if the player also has a card pairing the flop's third card, thereby having a full house, the player has the nuts unless the flop's third card is of a higher rank than the flop's pair, and someone else has the other two cards of that rank.) On the turn and river there are

$${13 \choose 1} = 13$$  and  ${13 \choose 1}{48 \choose 1} = 624$

combinations that make four of a kind, respectively.

A flush is the nuts when no two cards share the same rank (no pairs, trips or quads) and there are three or more cards of the same suit that do not form a rank set that can make a straight. The number of rank sets that can't make a straight is $\begin{matrix}{13 \choose 3} - 64 = 222\end{matrix}$ with three cards, $\begin{matrix}{13 \choose 4} - 432 = 283\end{matrix}$ with four cards, and $\begin{matrix}{13 \choose 5} - 1,208 = 79\end{matrix}$ with five cards. On the flop all three cards must be part of the flush which gives

$$222 \times {4 \choose 1} = 888$$

combinations where the nuts is a flush. On the turn a nut flush is possible with either four cards of the same suit that form one of the 283 rank sets that doesn't allow a straight or with three cards of the same suit that form one of the 222 rank sets that doesn't allow a straight combined with one of the other 10 ranks in one of the other three suits. This gives

$$283 \times {4 \choose 1} + 222 \times {4 \choose 1}{10 \choose 1}{3 \choose 1} = 27,772$$

ways for a flush to be the nuts on the turn. On the river there are three ways to make a nut flush—five cards of the same suit that form one of 79 rank sets that can't make a straight; four cards of the same suit that can't make a straight combined with a card in one of the other nine ranks and one of the other three suits; or three cards of the same suit that can't make a straight combinded with two of the remaining 10 ranks, each selected from the three remaining suits. So there are

$$79 \times {4 \choose 1} + 283 \times {4 \choose 1}{9 \choose 1}{3 \choose 1} + 222 \times {4 \choose 1}{10 \choose 2}{3 \choose 1}^2 = 390,520$$

combinations on the river where the nut hand is a flush.

A straight is the nuts when no two cards share the same rank (no pairs, trips or quads), the ranks form a rank set that makes a straight possible with the addition of two cards, and no more than two cards share the same suit. Given n cards of distinct ranks, there are 4n ways to assign suits to the cards. This includes 4 suit sets that assign the same suit to each card; $\begin{matrix} {n \choose n-1}{4 \choose 1}{3 \choose 1} = 12n \end{matrix}$ suit sets that assign the same suit to n − 1 cards, and $\begin{matrix} {n \choose n-x}{4 \choose 1}{3 \choose 1}^x \end{matrix}$ suit sets that assign the same suit to n − x cards. The number of combinations on the flop where a straight is the nuts is then the 64 rank sets that allow a straight multiplied by the 43 − 4 = 60 suit sets that don't have three of the same suit:

64 × 60 = 3, 840 

For four ranks, there are $\begin{matrix} 4 + {4 \choose 3}{4 \choose 1}{3 \choose 1} = 52 \end{matrix}$ suit sets that have either three or four of the same suit, giving 44 − 52 = 204 suit sets where no more than two cards share the same suit. For five ranks there are $\begin{matrix} 4 + {5 \choose 4}{4 \choose 1}{3 \choose 1} + {5 \choose 3}{4 \choose 1}{3 \choose 1}^2 = 424 \end{matrix}$ suit sets that have three or more of the same suit and 45 − 424 = 600 suit sets where no more than two cards share the same suit. This gives

432 × 204 = 88, 128   and  1, 208 × 600 = 724, 800 

combinations on the turn and river, respectively, where the nut hand is a straight.

Finally, three of a kind is only the nuts when no two cards share the same rank (no pairs, trips or quads), the ranks form a rank set that can't make a straight with the addition of two cards, and no more than two cards share the same suit. As with a straight, the number of combinations is the number of possible rank sets multiplied by the number of allowed suit sets. On the flop, turn and river, respectively, the number of combinations where three of a kind is the nuts are

222 × 60 = 13, 320   and  283 × 204 = 57, 732   and  79 × 600 = 47, 400 

Making low nuts

See the sectionLow starting handsfor a description of low starting hand shapes.

In Omaha Hi-Lo, it is often the case that when there is a low hand, the winning hand is the nut low hand. When there are more than two people in the pot at showdown and a low hand is possible, it is not uncommon for two or more players to both have the nut low hand. This makes playing a hand that is only contesting for the low half of the pot risky. For example, if at showdown there are two players in the pot and they each have the nut low hand but different high hands, the player with the better high hand will win 75% of the pot (split the low half and win the high half) and the other player wins just 25% of the pot (called "getting quartered").

A hand must have at least two different ranks from {A, 2, 3, 4, 5} in order to make a nut low hand. As with low starting hands in general, there are seven different shapes of low hands that can make the nut low. The probability of being dealt each of these hands is different. Using * to represent any of the 32 cards higher than 5 and lower case letters to represent card ranks from A–5, the following gives the probability of being dealt the various low hand shapes that can make a nut low.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! rowspan=3| Nut
low
shape ! colspan=2| Derivations ! colspan=4| Starting hands drawing to nut low |- style="Background: #eee" ! rowspan=2| Distinct
hands !! rowspan=2| >5 rank & low suit
combinations ! rowspan=2| Distinct
hands !! rowspan=2| Hand
combos !! colspan=2| Dealt any hand |- style="Background: #eee" ! Probability !! Odds |- ! xy** | $\begin{matrix}{5 \choose 2}\end{matrix}$ | $\begin{matrix}{4 \choose 1}^2{32 \choose 2}\end{matrix}$ | align=right| 10 || align=right| 79,360 || 0.29314 || align=right| 2.41 : 1 |- ! xxy* | $\begin{matrix}{5 \choose 2}{2 \choose 1}\end{matrix}$ | $\begin{matrix}{4 \choose 2}{4 \choose 1}{32 \choose 1}\end{matrix}$ | align=right| 20 || align=right| 15,360 || 0.05674 || align=right| 16.6 : 1 |- ! xxxy | $\begin{matrix}{5 \choose 2}{2 \choose 1}\end{matrix}$ | $\begin{matrix}{4 \choose 3}{4 \choose 1}\end{matrix}$ | align=right| 20 || align=right| 320 || 0.00118 || align=right| 845 : 1 |- ! xxyy | $\begin{matrix}{5 \choose 2}\end{matrix}$ | $\begin{matrix}{4 \choose 2}^2\end{matrix}$ | align=right| 10 || align=right| 360 || 0.00133 || align=right| 751 : 1 |- ! xyz* | $\begin{matrix}{5 \choose 3}\end{matrix}$ | $\begin{matrix}{4 \choose 1}^3{32 \choose 1}\end{matrix}$ | align=right| 10 || align=right| 20,048 || 0.07565 || align=right| 12.2 : 1 |- ! xxyz | $\begin{matrix}{5 \choose 3}{3 \choose 1}\end{matrix}$ | $\begin{matrix}{4 \choose 2}{4 \choose 1}^2\end{matrix}$ | align=right| 30 || align=right| 2,880 || 0.01064 || align=right| 93.0 : 1 |- ! xyzr | $\begin{matrix}{5 \choose 4}\end{matrix}$ | $\begin{matrix}{4 \choose 1}^4\end{matrix}$ | align=right| 5 || align=right| 1,280 || 0.00473 || align=right| 211 : 1 |- ! colspan=3| TOTAL ! align=right| 105 !! align=right|120,040 !! 0.44340 !! align=right| 1.26 : 1 |}

As the table shows, there is a better than 44% chance of having a hand that has a possibility of making a nut low hand.

While the table above shows 105 distinct hands that can make a nut low, there are actually 165 different cases to consider. The extra cases come from how the * ranks higher than 5 are assigned. More low ranks in the hand decreases the number of low cards available to make a low hand possible, although they increase the chance of the hand making a non-nut low hand. For shapes xxy* and xyz*, * can either be a qualifying low rank higher than 5, or a non-qualifying high rank. This doubles the distinct hands to consider in these cases, adding 20 and 10 distinct hands for xxy* and xyz*, respectively. For shape xy** there are four ways ** can be assigned: either two different qualifying low ranks, the same qualifying low rank (a low pair), one qualifying low rank and one high rank, or two high ranks. This adds 3 × 10 = 30 more distinct hands for a total of 60 additional distinct hands.

The probability of a hand making the nut low depends on several aspects of the hand:

  1. How many different ranks from A–5 the hand has;
  2. The rank of the second lowest rank in the hand (2–5);
  3. Pairs and trips involving the lowest two ranks—more cards here reduces the chance of the low being counterfeited (shapes xxy*, xxxy, xxyy, and xxyz);
  4. The rank of the third lowest rank in the hand (shapes xyz*, xxyz, and xyzr);
  5. The rank of the fourth lowest rank in the hand (shape xyzr);
  6. Whether ranks above 5 can qualify for a low hand—that is, for the shapes xy**, xxy* and xyz*, if * is one or more cards of rank 6–8 or 6–9 for 8-high and 9-high qualifiers, respectively (more low cards here reduces the chance of a low hand being possible);
  7. Pairs involving the third lowest rank in the hand when the third lowest rank can qualify for a low hand (shapes xy** and xxyz).

Perhaps surprisingly, although it affects the strength of non-nut low hands, the rank of the lowest card has no influence on either making a low hand or making the nut low hand. So the hands A-4-K-K and 3-4-10-K have the same probability of making both a nut-low hand and any low hand, although A-4-K-K is likely to make a better non-nut low hand. The hand A-4-7-K will have a slightly lower chance of making the nut low than either of the previous hands because the 7 in the hand reduces the chance of the board 2-3-7-10-J or A-2-7-10-J, which make nut low hands for A-4-K-K and 3-4-10-K, respectively. However, A-4-7-K will have a better chance of making a non-nut low hand because boards like 4-5-6-10-J still make a non-nut low for it, but make no low hand for either A-4-K-K or 3-4-10-K.

Combining the hands into groups based on the factors that determine the probabilities for making the nut low hand and making low hands, the 165 different cases fall into 56 groupings. The nut low hand shapes are denoted using the lower case letters x and y to represent qualifying low ranks higher than 5 (6–8 or 6–9 for 8- and 9-high qualifiers, respectively), and * to represent any high card. The following tables give the probability for select starting hands to make the nut low hand and make a non-nut low hand on the flop, turn and river. The hands in the table are listed in order of the probability of having the nut hand on the river, from highest probability to lowest. (See Probability of making the nut low hand in Omaha hold 'em for complete tables of all 165 nut low hand shapes.) The tables also give the probability that the hand will make a nut low hand if at least three different low ranks are on the board, making a low hand possible. See the section Making a low hand for the probabilities of a low hand being possible and the probability of making or missing a low hand when one is possible.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|+Making a nut low hand with an 8-high qualifier (selected hands) |- style="Background: #eee" ! rowspan=3| Hands ! colspan=6| Make on flop !! colspan=6| Make on turn !! colspan=6| Make on river |- style="Background: #eee" ! colspan=2| Nut low !! colspan=2| Non-nut low !! colspan=2| Nuts if low ! colspan=2| Nut low !! colspan=2| Non-nut low !! colspan=2| Nuts if low ! colspan=2| Nut low !! colspan=2| Non-nut low !! colspan=2| Nuts if low |- style="Background: #eee" ! Prob. !! Odds !! Prob. !! Odds !! Prob. !! Odds ! Prob. !! Odds !! Prob. !! Odds !! Prob. !! Odds ! Prob. !! Odds !! Prob. !! Odds !! Prob. !! Odds |- | A-2-3-4 | 0.1314 ||align=right| 6.6 : 1 || 0 ||align=right| ∞ || 0.9546 ||align=right| <0.1 : 1 | 0.3246 ||align=right| 2.1 : 1 || 0.0067 ||align=right|149.1 : 1 || 0.9424 ||align=right| 0.1 : 1 | 0.5087 ||align=right| 1.0 : 1 || 0.0221 ||align=right| 44.2 : 1 || 0.9283 ||align=right| 0.1 : 1 |- | A-2-3-5 | 0.1126 ||align=right| 7.9 : 1 || 0.0187 ||align=right| 52.4 : 1 || 0.8185 ||align=right| 0.2 : 1 | 0.2788 ||align=right| 2.6 : 1 || 0.0525 ||align=right| 18.1 : 1 || 0.8095 ||align=right| 0.2 : 1 | 0.4385 ||align=right| 1.3 : 1 || 0.0923 ||align=right| 9.8 : 1 || 0.8002 ||align=right| 0.2 : 1 |- | A-2-3-* | 0.1203 ||align=right| 7.3 : 1 || 0 ||align=right| ∞ || 0.7858 ||align=right| 0.3 : 1 | 0.2859 ||align=right| 2.5 : 1 || 0.0200 ||align=right| 49.0 : 1 || 0.7641 ||align=right| 0.3 : 1 | 0.4314 ||align=right| 1.3 : 1 || 0.0638 ||align=right| 14.7 : 1 || 0.7400 ||align=right| 0.4 : 1 |- | A-A-2-3, A-2-2-3, A-2-3-3 | 0.1110 ||align=right| 8.0 : 1 || 0 ||align=right| ∞ || 0.8142 ||align=right| 0.2 : 1 | 0.2723 ||align=right| 2.7 : 1 || 0.0155 ||align=right| 63.3 : 1 || 0.7965 ||align=right| 0.3 : 1 | 0.4229 ||align=right| 1.4 : 1 || 0.0507 ||align=right| 18.7 : 1 || 0.7764 ||align=right| 0.3 : 1 |- | A-2-3-x | 0.1064 ||align=right| 8.4 : 1 || 0.0250 ||align=right| 39.0 : 1 || 0.7731 ||align=right| 0.3 : 1 | 0.2591 ||align=right| 2.9 : 1 || 0.0722 ||align=right| 12.9 : 1 || 0.7523 ||align=right| 0.3 : 1 | 0.3997 ||align=right| 1.5 : 1 || 0.1311 ||align=right| 6.6 : 1 || 0.7294 ||align=right| 0.4 : 1 |- | A-2-4-5 | 0.0835 ||align=right| 11.0 : 1 || 0.0479 ||align=right| 19.9 : 1 || 0.6067 ||align=right| 0.6 : 1 | 0.2108 ||align=right| 3.7 : 1 || 0.1205 ||align=right| 7.3 : 1 || 0.6120 ||align=right| 0.6 : 1 | 0.3393 ||align=right| 1.9 : 1 || 0.1915 ||align=right| 4.2 : 1 || 0.6192 ||align=right| 0.6 : 1 |- | A-A-2-4, A-2-2-4 | 0.0833 ||align=right| 11.0 : 1 || 0.0278 ||align=right| 35.0 : 1 || 0.6107 ||align=right| 0.6 : 1 | 0.2070 ||align=right| 3.8 : 1 || 0.0808 ||align=right| 11.4 : 1 || 0.6055 ||align=right| 0.7 : 1 | 0.3267 ||align=right| 2.1 : 1 || 0.1468 ||align=right| 5.8 : 1 || 0.5999 ||align=right| 0.7 : 1 |- | A-A-A-2, A-2-2-2 | 0.0740 ||align=right| 12.5 : 1 || 0 ||align=right| ∞ || 0.5536 ||align=right| 0.8 : 1 | 0.1822 ||align=right| 4.5 : 1 || 0.0250 ||align=right| 39.0 : 1 || 0.5416 ||align=right| 0.8 : 1 | 0.2842 ||align=right| 2.5 : 1 || 0.0810 ||align=right| 11.3 : 1 || 0.5283 ||align=right| 0.9 : 1 |- | A-A-2-2 | 0.0740 ||align=right| 12.5 : 1 || 0 ||align=right| ∞ || 0.5479 ||align=right| 0.8 : 1 | 0.1822 ||align=right| 4.5 : 1 || 0.0250 ||align=right| 39.0 : 1 || 0.5372 ||align=right| 0.9 : 1 | 0.2842 ||align=right| 2.5 : 1 || 0.0810 ||align=right| 11.3 : 1 || 0.5250 ||align=right| 0.9 : 1 |- | A-A-2-5, A-2-2-5 | 0.0694 ||align=right| 13.4 : 1 || 0.0416 ||align=right| 23.0 : 1 || 0.5089 ||align=right| 1.0 : 1 | 0.1727 ||align=right| 4.8 : 1 || 0.1151 ||align=right| 7.7 : 1 || 0.5051 ||align=right| 1.0 : 1 | 0.2735 ||align=right| 2.7 : 1 || 0.2000 ||align=right| 4.0 : 1 || 0.5022 ||align=right| 1.0 : 1 |- | A-A-2-*, A-2-2-* | 0.0740 ||align=right| 12.5 : 1 || 0 ||align=right| ∞ || 0.4878 ||align=right| 1.1 : 1 | 0.1760 ||align=right| 4.7 : 1 || 0.0312 ||align=right| 31.0 : 1 || 0.4737 ||align=right| 1.1 : 1 | 0.2657 ||align=right| 2.8 : 1 || 0.0995 ||align=right| 9.0 : 1 || 0.4583 ||align=right| 1.2 : 1 |- | A-3-4-5, 2-3-4-5 | 0.0569 ||align=right| 16.6 : 1 || 0.0745 ||align=right| 12.4 : 1 || 0.4134 ||align=right| 1.4 : 1 | 0.1500 ||align=right| 5.7 : 1 || 0.1813 ||align=right| 4.5 : 1 || 0.4355 ||align=right| 1.3 : 1 | 0.2527 ||align=right| 3.0 : 1 || 0.2782 ||align=right| 2.6 : 1 || 0.4611 ||align=right| 1.2 : 1 |- | A-2-*-* | 0.0740 ||align=right| 12.5 : 1 || 0 ||align=right| ∞ || 0.4360 ||align=right| 1.3 : 1 | 0.1697 ||align=right| 4.9 : 1 || 0.0375 ||align=right| 25.7 : 1 || 0.4191 ||align=right| 1.4 : 1 | 0.2479 ||align=right| 3.0 : 1 || 0.1173 ||align=right| 7.5 : 1 || 0.4013 ||align=right| 1.5 : 1 |- | A-A-2-x, A-2-2-x | 0.0648 ||align=right| 14.4 : 1 || 0.0463 ||align=right| 20.6 : 1 || 0.4750 ||align=right| 1.1 : 1 | 0.1579 ||align=right| 5.3 : 1 || 0.1299 ||align=right| 6.7 : 1 || 0.4619 ||align=right| 1.2 : 1 | 0.2440 ||align=right| 3.1 : 1 || 0.2295 ||align=right| 3.4 : 1 || 0.4480 ||align=right| 1.2 : 1 |- | A-2-x-* | 0.0648 ||align=right| 14.4 : 1 || 0.0555 ||align=right| 17.0 : 1 || 0.4231 ||align=right| 1.4 : 1 | 0.1525 ||align=right| 5.6 : 1 || 0.1534 ||align=right| 5.5 : 1 || 0.4075 ||align=right| 1.5 : 1 | 0.2282 ||align=right| 3.4 : 1 || 0.2670 ||align=right| 2.7 : 1 || 0.3914 ||align=right| 1.6 : 1 |- | A-2-x-y | 0.0564 ||align=right| 16.7 : 1 || 0.0749 ||align=right| 12.3 : 1 || 0.4101 ||align=right| 1.4 : 1 | 0.1363 ||align=right| 6.3 : 1 || 0.1950 ||align=right| 4.1 : 1 || 0.3956 ||align=right| 1.5 : 1 | 0.2090 ||align=right| 3.8 : 1 || 0.3219 ||align=right| 2.1 : 1 || 0.3813 ||align=right| 1.6 : 1 |- | A-2-x-x | 0.0555 ||align=right| 17.0 : 1 || 0.0555 ||align=right| 17.0 : 1 || 0.4071 ||align=right| 1.5 : 1 | 0.1344 ||align=right| 6.4 : 1 || 0.1534 ||align=right| 5.5 : 1 || 0.3931 ||align=right| 1.5 : 1 | 0.2065 ||align=right| 3.8 : 1 || 0.2670 ||align=right| 2.7 : 1 || 0.3791 ||align=right| 1.6 : 1 |- | A-3-*-*, 2-3-*-* | 0.0370 ||align=right| 26.0 : 1 || 0.0370 ||align=right| 26.0 : 1 || 0.2180 ||align=right| 3.6 : 1 | 0.0891 ||align=right| 10.2 : 1 || 0.1181 ||align=right| 7.5 : 1 || 0.2201 ||align=right| 3.5 : 1 | 0.1383 ||align=right| 6.2 : 1 || 0.2269 ||align=right| 3.4 : 1 || 0.2238 ||align=right| 3.5 : 1 |- | A-4-*-*, 2-4-*-*, 3-4-*-* | 0.0148 ||align=right| 66.6 : 1 || 0.0592 ||align=right| 15.9 : 1 || 0.0872 ||align=right| 10.5 : 1 | 0.0395 ||align=right| 24.3 : 1 || 0.1677 ||align=right| 5.0 : 1 || 0.0975 ||align=right| 9.3 : 1 | 0.0687 ||align=right| 13.6 : 1 || 0.2965 ||align=right| 2.4 : 1 || 0.1111 ||align=right| 8.0 : 1 |- | A-5-*-*, 2-5-*-*, 3-5-*-*, 4-5-*-* | 0.0037 ||align=right|269.3 : 1 || 0.0703 ||align=right| 13.2 : 1 || 0.0218 ||align=right| 44.9 : 1 | 0.0133 ||align=right| 74.1 : 1 || 0.1939 ||align=right| 4.2 : 1 || 0.0329 ||align=right| 29.4 : 1 | 0.0300 ||align=right| 32.4 : 1 || 0.3352 ||align=right| 2.0 : 1 || 0.0485 ||align=right| 19.6 : 1 |}

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|+Making a nut low hand with a 9-high qualifier (selected hands) |- style="Background: #eee" ! rowspan=3| Hands ! colspan=6| Make on flop !! colspan=6| Make on turn !! colspan=6| Make on river |- style="Background: #eee" ! colspan=2| Nut low !! colspan=2| Non-nut low !! colspan=2| Nuts if low ! colspan=2| Nut low !! colspan=2| Non-nut low !! colspan=2| Nuts if low ! colspan=2| Nut low !! colspan=2| Non-nut low !! colspan=2| Nuts if low |- style="Background: #eee" ! Prob. !! Odds !! Prob. !! Odds !! Prob. !! Odds ! Prob. !! Odds !! Prob. !! Odds !! Prob. !! Odds ! Prob. !! Odds !! Prob. !! Odds !! Prob. !! Odds |- | A-2-3-4 | 0.2105 ||align=right| 3.8 : 1 || 0 ||align=right| ∞ || 0.9712 ||align=right| <0.1 : 1 | 0.4657 ||align=right| 1.1 : 1 || 0.0089 ||align=right|111.6 : 1 || 0.9591 ||align=right| <0.1 : 1 | 0.6628 ||align=right| 0.5 : 1 || 0.0275 ||align=right| 35.4 : 1 || 0.9440 ||align=right| 0.1 : 1 |- | A-2-3-5 | 0.1855 ||align=right| 4.4 : 1 || 0.0250 ||align=right| 39.0 : 1 || 0.8559 ||align=right| 0.2 : 1 | 0.4091 ||align=right| 1.4 : 1 || 0.0655 ||align=right| 14.3 : 1 || 0.8425 ||align=right| 0.2 : 1 | 0.5811 ||align=right| 0.7 : 1 || 0.1092 ||align=right| 8.2 : 1 || 0.8277 ||align=right| 0.2 : 1 |- | A-2-3-* | 0.1989 ||align=right| 4.0 : 1 || 0 ||align=right| ∞ || 0.8360 ||align=right| 0.2 : 1 | 0.4204 ||align=right| 1.4 : 1 || 0.0311 ||align=right| 31.2 : 1 || 0.8101 ||align=right| 0.2 : 1 | 0.5721 ||align=right| 0.7 : 1 || 0.0903 ||align=right| 10.1 : 1 || 0.7794 ||align=right| 0.3 : 1 |- | A-A-2-3, A-2-2-3, A-2-3-3 | 0.1850 ||align=right| 4.4 : 1 || 0 ||align=right| ∞ || 0.8598 ||align=right| 0.2 : 1 | 0.4051 ||align=right| 1.5 : 1 || 0.0242 ||align=right| 40.4 : 1 || 0.8387 ||align=right| 0.2 : 1 | 0.5689 ||align=right| 0.8 : 1 || 0.0718 ||align=right| 12.9 : 1 || 0.8135 ||align=right| 0.2 : 1 |- | A-2-3-x | 0.1792 ||align=right| 4.6 : 1 || 0.0312 ||align=right| 31.0 : 1 || 0.8271 ||align=right| 0.2 : 1 | 0.3894 ||align=right| 1.6 : 1 || 0.0852 ||align=right| 10.7 : 1 || 0.8019 ||align=right| 0.2 : 1 | 0.5424 ||align=right| 0.8 : 1 || 0.1479 ||align=right| 5.8 : 1 || 0.7725 ||align=right| 0.3 : 1 |- | A-2-4-5 | 0.1355 ||align=right| 6.4 : 1 || 0.0749 ||align=right| 12.3 : 1 || 0.6254 ||align=right| 0.6 : 1 | 0.3042 ||align=right| 2.3 : 1 || 0.1703 ||align=right| 4.9 : 1 || 0.6266 ||align=right| 0.6 : 1 | 0.4421 ||align=right| 1.3 : 1 || 0.2482 ||align=right| 3.0 : 1 || 0.6296 ||align=right| 0.6 : 1 |- | A-A-2-4, A-2-2-4 | 0.1388 ||align=right| 6.2 : 1 || 0.0463 ||align=right| 20.6 : 1 || 0.6448 ||align=right| 0.6 : 1 | 0.3072 ||align=right| 2.3 : 1 || 0.1220 ||align=right| 7.2 : 1 || 0.6361 ||align=right| 0.6 : 1 | 0.4377 ||align=right| 1.3 : 1 || 0.2030 ||align=right| 3.9 : 1 || 0.6259 ||align=right| 0.6 : 1 |- | A-A-A-2, A-2-2-2 | 0.1295 ||align=right| 6.7 : 1 || 0 ||align=right| ∞ || 0.6107 ||align=right| 0.6 : 1 | 0.2834 ||align=right| 2.5 : 1 || 0.0447 ||align=right| 21.4 : 1 || 0.5932 ||align=right| 0.7 : 1 | 0.3973 ||align=right| 1.5 : 1 || 0.1304 ||align=right| 6.7 : 1 || 0.5725 ||align=right| 0.7 : 1 |- | A-A-2-2 | 0.1295 ||align=right| 6.7 : 1 || 0 ||align=right| ∞ || 0.6061 ||align=right| 0.7 : 1 | 0.2834 ||align=right| 2.5 : 1 || 0.0447 ||align=right| 21.4 : 1 || 0.5899 ||align=right| 0.7 : 1 | 0.3973 ||align=right| 1.5 : 1 || 0.1304 ||align=right| 6.7 : 1 || 0.5703 ||align=right| 0.8 : 1 |- | A-A-2-5, A-2-2-5 | 0.1203 ||align=right| 7.3 : 1 || 0.0648 ||align=right| 14.4 : 1 || 0.5588 ||align=right| 0.8 : 1 | 0.2648 ||align=right| 2.8 : 1 || 0.1645 ||align=right| 5.1 : 1 || 0.5483 ||align=right| 0.8 : 1 | 0.3758 ||align=right| 1.7 : 1 || 0.2650 ||align=right| 2.8 : 1 || 0.5373 ||align=right| 0.9 : 1 |- | A-A-2-*, A-2-2-* | 0.1295 ||align=right| 6.7 : 1 || 0 ||align=right| ∞ || 0.5479 ||align=right| 0.8 : 1 | 0.2722 ||align=right| 2.7 : 1 || 0.0559 ||align=right| 16.9 : 1 || 0.5272 ||align=right| 0.9 : 1 | 0.3679 ||align=right| 1.7 : 1 || 0.1598 ||align=right| 5.3 : 1 || 0.5030 ||align=right| 1.0 : 1 |- | A-3-4-5, 2-3-4-5 | 0.1156 ||align=right| 7.6 : 1 || 0.0694 ||align=right| 13.4 : 1 || 0.5373 ||align=right| 0.9 : 1 | 0.2500 ||align=right| 3.0 : 1 || 0.1793 ||align=right| 4.6 : 1 || 0.5176 ||align=right| 0.9 : 1 | 0.3462 ||align=right| 1.9 : 1 || 0.2945 ||align=right| 2.4 : 1 || 0.4951 ||align=right| 1.0 : 1 |- | A-2-*-* | 0.1295 ||align=right| 6.7 : 1 || 0 ||align=right| ∞ || 0.4969 ||align=right| 1.0 : 1 | 0.2610 ||align=right| 2.8 : 1 || 0.0671 ||align=right| 13.9 : 1 || 0.4721 ||align=right| 1.1 : 1 | 0.3397 ||align=right| 1.9 : 1 || 0.1879 ||align=right| 4.3 : 1 || 0.4443 ||align=right| 1.3 : 1 |- | A-A-2-x, A-2-2-x | 0.1085 ||align=right| 8.2 : 1 || 0.1020 ||align=right| 8.8 : 1 || 0.5005 ||align=right| 1.0 : 1 | 0.2373 ||align=right| 3.2 : 1 || 0.2372 ||align=right| 3.2 : 1 || 0.4888 ||align=right| 1.0 : 1 | 0.3355 ||align=right| 2.0 : 1 || 0.3548 ||align=right| 1.8 : 1 || 0.4778 ||align=right| 1.1 : 1 |- | A-2-x-* | 0.1018 ||align=right| 8.8 : 1 || 0.0833 ||align=right| 11.0 : 1 || 0.4729 ||align=right| 1.1 : 1 | 0.2178 ||align=right| 3.6 : 1 || 0.2114 ||align=right| 3.7 : 1 || 0.4510 ||align=right| 1.2 : 1 | 0.2989 ||align=right| 2.3 : 1 || 0.3419 ||align=right| 1.9 : 1 || 0.4273 ||align=right| 1.3 : 1 |- | A-2-x-y | 0.0728 ||align=right| 12.7 : 1 || 0.1376 ||align=right| 6.3 : 1 || 0.3362 ||align=right| 2.0 : 1 | 0.1703 ||align=right| 4.9 : 1 || 0.3043 ||align=right| 2.3 : 1 || 0.3507 ||align=right| 1.9 : 1 | 0.2580 ||align=right| 2.9 : 1 || 0.4323 ||align=right| 1.3 : 1 || 0.3675 ||align=right| 1.7 : 1 |- | A-2-x-x | 0.0728 ||align=right| 12.7 : 1 || 0.1376 ||align=right| 6.3 : 1 || 0.3362 ||align=right| 2.0 : 1 | 0.1703 ||align=right| 4.9 : 1 || 0.3043 ||align=right| 2.3 : 1 || 0.3507 ||align=right| 1.9 : 1 | 0.2580 ||align=right| 2.9 : 1 || 0.4323 ||align=right| 1.3 : 1 || 0.3675 ||align=right| 1.7 : 1 |- | A-3-*-*, 2-3-*-* | 0.0509 ||align=right| 18.7 : 1 || 0.1341 ||align=right| 6.5 : 1 || 0.2364 ||align=right| 3.2 : 1 | 0.1168 ||align=right| 7.6 : 1 || 0.3125 ||align=right| 2.2 : 1 || 0.2418 ||align=right| 3.1 : 1 | 0.1737 ||align=right| 4.8 : 1 || 0.4670 ||align=right| 1.1 : 1 || 0.2484 ||align=right| 3.0 : 1 |- | A-4-*-*, 2-4-*-*, 3-4-*-* | 0.0185 ||align=right| 53.1 : 1 || 0.1110 ||align=right| 8.0 : 1 || 0.0710 ||align=right| 13.1 : 1 | 0.0456 ||align=right| 21.0 : 1 || 0.2825 ||align=right| 2.5 : 1 || 0.0824 ||align=right| 11.1 : 1 | 0.0748 ||align=right| 12.4 : 1 || 0.4529 ||align=right| 1.2 : 1 || 0.0978 ||align=right| 9.2 : 1 |- | A-5-*-*, 2-5-*-*, 3-5-*-*, 4-5-*-* | 0.0037 ||align=right|269.3 : 1 || 0.1258 ||align=right| 6.9 : 1 || 0.0142 ||align=right| 69.4 : 1 | 0.0133 ||align=right| 74.1 : 1 || 0.3148 ||align=right| 2.2 : 1 || 0.0241 ||align=right| 40.5 : 1 | 0.0300 ||align=right| 32.4 : 1 || 0.4977 ||align=right| 1.0 : 1 || 0.0392 ||align=right| 24.5 : 1 |}

Making high hands

The probabilities for making high hands in Omaha hold 'em fall into three categories based on the poker hand:

  1. Rank-based hands that are based solely on the rank type of the starting hand. This includes the poker hands four of a kind, full house, three of a kind, two pair, one pair, and no pair (high card).
  2. Suit-based hands that are based solely on the suit type of the starting hand. The flush is the only poker hand based solely on suit.
  3. Sequence-based hands that are based on the rank sequences in the starting hand. This includes both straights and staight flushes.

Making hands based on rank type

See the section "Starting hands" for a description of starting hands and rank types.

The probability of making either four of a kind, a full house, three of a kind, two pair, one pair or no pair depends only on the rank type of the starting hand. This ignores when these hands also make straights, flushes and straight flushes—these hands are based on the suit type and rank sequences of the starting hand. Starting hands consisting of four of a kind can only make a full house, two pair or one pair. Starting hands that include at least two cards of the same rank can make no less than one pair. The rank types have the following probabilities of improving on the flop, turn and river.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! rowspan=2 | Rank type ! rowspan=2 | Poker hand ! colspan=2 align=center width="150" | Make on flop ! colspan=2 align=center width="150" | Make by turn ! colspan=2 align=center width="150" | Make by river |- style="Background: #eee" ! Probability !! Odds !! Probability !! Odds !! Probability !! Odds |- align=right |align=center rowspan=3| Four of a kind |align=left| Full house | 0.0027752 || 359.33 : 1 || 0.0109158 || 90.61 : 1 || 0.0268270 || 36.28 : 1 |- align=right |align=left| Two pair | 0.1831637 || 4.46 : 1 || 0.3378353 || 1.96 : 1 || 0.4995375 || 1.00 : 1 |- align=right |align=left| One pair | 0.8140611 || 0.23 : 1 || 0.6512488 || 0.54 : 1 || 0.4736355 || 1.11 : 1 |- align=right style="background: #fee" |align=center rowspan=7| Three of a kind |align=left| Four of a kind | 0.0000578 || 17,295.00 : 1 || 0.0002313 || 4,323.00 : 1 || 0.0005782 || 1,728.60 : 1 |- align=right style="background: #fee" |align=left| Full house | 0.0065333 || 152.06 : 1 || 0.0252698 || 38.57 : 1 || 0.0597826 || 15.73 : 1 |- align=right style="background: #fee" |align=left| Three of a kind | 0.0661425 || 14.12 : 1 || 0.0824237 || 11.13 : 1 || 0.0909652 || 9.99 : 1 |- align=right style="background: #fee" |align=left| Two pair | 0.1640842 || 5.09 : 1 || 0.2950971 || 2.39 : 1 || 0.4243756 || 1.36 : 1 |- align=right style="background: #fee" |align=left| One pair | 0.7631822 || 0.31 : 1 || 0.5969781 || 0.68 : 1 || 0.4242985 || 1.36 : 1 |- align=right style="background: #fee" |align=left| Either four of a kind or a full house | 0.0065911 || 150.72 : 1 || 0.0255011 || 38.21 : 1 || 0.0603608 || 15.57 : 1 |- align=right style="background: #fee" |align=left| Four of a kind, a full house, or three of a kind | 0.0727336 || 12.75 : 1 || 0.1079248 || 8.27 : 1 || 0.1513259 || 5.61 : 1 |- align=right |align=center rowspan=7| Two pair |align=left| Four of a kind | 0.0053191 || 187.00 : 1 || 0.0106332 || 93.05 : 1 || 0.0177048 || 55.48 : 1 |- align=right |align=left| Full house | 0.0178076 || 55.16 : 1 || 0.0656337 || 14.24 : 1 || 0.1463408 || 5.83 : 1 |- align=right |align=left| Three of a kind | 0.2136910 || 3.68 : 1 || 0.2351732 || 3.25 : 1 || 0.2220167 || 3.50 : 1 |- align=right |align=left| Two pair | 0.1526364 || 5.55 : 1 || 0.2543941 || 2.93 : 1 || 0.3376503 || 1.96 : 1 |- align=right |align=left| One pair | 0.6105458 || 0.64 : 1 || 0.4341659 || 1.30 : 1 || 0.2762874 || 2.62 : 1 |- align=right |align=left| Either four of a kind or a full house | 0.0231267 || 42.24 : 1 || 0.0762668 || 12.11 : 1 || 0.1640456 || 5.10 : 1 |- align=right |align=left| Four of a kind, a full house, or three of a kind | 0.2368178 || 3.22 : 1 || 0.3114400 || 2.21 : 1 || 0.3860623 || 1.59 : 1 |- align=right style="background: #fee" |align=center rowspan=7| One pair |align=left| Four of a kind | 0.0027752 || 359.33 : 1 || 0.0057817 || 171.96 : 1 || 0.0100204 || 98.80 : 1 |- align=right style="background: #fee" |align=left| Full house | 0.0109852 || 90.03 : 1 || 0.0413969 || 23.16 : 1 || 0.0950871 || 9.52 : 1 |- align=right style="background: #fee" |align=left| Three of a kind | 0.1259251 || 6.94 : 1 || 0.1510947 || 5.62 : 1 || 0.1586634 || 5.30 : 1 |- align=right style="background: #fee" |align=left| Two pair | 0.1665125 || 5.01 : 1 || 0.2886216 || 2.46 : 1 || 0.3971491 || 1.52 : 1 |- align=right style="background: #fee" |align=left| One pair | 0.6938020 || 0.44 : 1 || 0.5131051 || 0.95 : 1 || 0.3390800 || 1.95 : 1 |- align=right style="background: #fee" |align=left| Either four of a kind or a full house | 0.0137604 || 71.67 : 1 || 0.0471785 || 20.20 : 1 || 0.1051075 || 8.51 : 1 |- align=right style="background: #fee" |align=left| Four of a kind, a full house, or three of a kind | 0.1396855 || 6.16 : 1 || 0.1982732 || 4.04 : 1 || 0.2637709 || 2.79 : 1 |- align=right |align=center rowspan=8| No pair |align=left| Four of a kind | 0.0002313 || 4,323.00 : 1 || 0.0009251 || 1,080.00 : 1 || 0.0023127 || 431.40 : 1 |- align=right |align=left| Full house | 0.0062442 || 159.15 : 1 || 0.0219241 || 44.61 : 1 || 0.0480616 || 19.81 : 1 |- align=right |align=left| Three of a kind | 0.0270583 || 35.96 : 1 || 0.0470398 || 20.26 : 1 || 0.0699058 || 13.30 : 1 |- align=right |align=left| Two pair | 0.1186401 || 7.43 : 1 || 0.1952359 || 4.12 : 1 || 0.2654739 || 2.77 : 1 |- align=right |align=left| One pair | 0.5370028 || 0.86 : 1 || 0.5691027 || 0.76 : 1 || 0.5388950 || 0.86 : 1 |- align=right |align=left| No pair | 0.3108233 || 2.22 : 1 || 0.1657724 || 5.03 : 1 || 0.0753511 || 12.27 : 1 |- align=right |align=left| Either four of a kind or a full house | 0.0064755 || 153.43 : 1 || 0.0228492 || 42.77 : 1 || 0.0503742 || 18.85 : 1 |- align=right |align=left| Four of a kind, a full house, or three of a kind | 0.0335338 || 28.82 : 1 || 0.0698890 || 13.31 : 1 || 0.1202800 || 7.31 : 1 |}

Not surprisingly, starting with two pair gives the best overall chance of making four of a kind, a full house or three of a kind; one pair has the next best chance for each of these hands. Two pair will improve to at least three of a kind by the river more than one in three times and will make a full house or four of a kind almost one in six times. However, starting with three of a kind is only marginally better than starting with no pair, and starting with three of a kind actually yields the lowest probability of making four of a kind. Starting with four of a kind has very few possibilities to improve—there is almost never a reason to play these hands.

See Probability derivations for making rank-based hands in Omaha hold 'em for the derivations for the probabilities in the preceding tables of making hands based on the rank type of the hand.

Making a flush

See the section "Starting hands" for a description of starting hands and suit types.

The probability of making a flush depends only on the suit type of the starting hand. This ignores when these hands also make four of a kind and full houses—these hands are based on the rank type of the starting hand. Starting hands consisting of all four suits (suit type abcd) can't make a flush. The starting hands that can make straight flushes are a subset of the hands that can make flushes and the boards that make straight flushes are a subset of the boards that make flushes. The subset of both starting hands and boards that can make straight flushes are based on the rank sequences of their respective suited cards.

To make a flush on the flop, all three cards must be the same suit. If s is the number of cards with the same suit in the hand (s = 2, 3, 4) then the probability Pf of making a flush on the flop with that suit is

$$P_f = \frac{{13 - s \choose 3}}{{48 \choose 3}}$$

On the turn a flush is possible with either four cards of the same suit, or three cards of the same suit combined with one of the 39 − (4−s) = 35 + s cards from one of the other suits, which gives the probability

$$P_t = \frac{{13 - s \choose 4} + {13 - s \choose 3}{35 + s \choose 1}}{{48 \choose 4}}$$

for completing a flush in a suit by the turn. On the river there are three ways to fill a flush—five cards of the same suit; four cards of the same suit combined with one of the 35 + s cards in one of the other three suits; or three cards of the same suit combinded with two of the remaining 35 + s cards in one of the other three suits. This gives the probability

$$P_r = \frac{{13 - s \choose 5} + {13 - s \choose 4}{35 + s \choose 1} + {13 - s \choose 3}{35 + s \choose 2}} {{48 \choose 5}}$$

of making the flush by the river. For hands with flush draws in two suits (suit type aabb), multiply the probability of making a flush with two suited cards (s = 2) by the two suits to give probabilities of 2Pf, 2Pt and 2Pr.

The suit types with at least two of the same suit have the following probabilities of making a flush on the flop, turn and river.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" !rowspan=2| Suit type !!colspan=2| Make on flop !!colspan=2| Make by turn !!colspan=2| Make by river |- style="Background: #eee" ! Probability !! Odds !! Probability !! Odds !! Probability !! Odds |- align=right !align=center| aaaa | 0.0048566 || 204.90 : 1 || 0.01748381 || 56.20 : 1 || 0.0392944 || 24.45 : 1 |- align=right !align=center| aaab | 0.0069380 || 143.13 : 1 || 0.02451434 || 39.79 : 1 || 0.0540745 || 17.49 : 1 |- align=right !align=center| aabb | 0.0190796 || 51.41 : 1 || 0.06614246 || 14.12 : 1 || 0.1431545 || 5.99 : 1 |- align=right !align=center| aabc | 0.0095398 || 103.82 : 1 || 0.03307123 || 29.24 : 1 || 0.0715772 || 12.97 : 1 |}

Making a straight flush

See the section "Starting hands for straight flushes" for a description of straight flush starting hand types.

The probability of making a straight flush depends primarily on the number of different sets of three cards that can fill a straight flush in the hand. For convenience, the term straight flush sequence means a three-card set that can make a straight flush when combined with the starting hand. A secondary factor to the number of straight flush sequences, although much less significant, is the amount of overlap (shared cards) in the straight flush sequences—the more overlap, the lower the probability for a straight flush on the turn and river. More overlap reduces the probability because some of the board combinations make more than one straight flush and are thus counted multiple times.

For example, the hand 5♥ 6♥ 7♥ A♣ makes a straight flush with either of the two straight flush sequences {2♥ 3♥ 4♥} or {8♥ 9♥ 10♥}, which have no overlap. The hand 5♥ 8♥ A♣ A♠ makes a straight flush with either of the two straight flush sequences {4♥ 6♥ 7♥} or {6♥ 7♥ 9♥}, which have an overlap of two cards—the 6♥ and 7♥. On the turn, the board 4♥ 6♥ 7♥ 9♥ satisfies both sets and is only counted once, making the frequency of boards that make a straight flush on the turn for 5♥ 8♥ A♣ A♠ one less than for 5♥ 6♥ 7♥ A♣. On the river, any of the 44 remaining cards combined with 4♥ 6♥ 7♥ 9♥ makes two straight flushes, making the frequency of boards 44 less.

To make a straight flush on the flop, the three cards on the board must exactly match one of the straight flush sequences for the hand. If s is the number of straight flush sequences for a hand, then the frequency Ff of boards that make a straight flush on the flop is

$$F_f = {s \choose 1}$$

On the turn, one of the s straight flush sequences can be combined with any of the remaining 45 cards. Enumerating the frequencies this way ends up counting any board that can form two different straight flushes twice. On the turn, for every pair of three card sets that share two cards (for example {A♠ 3♠ 4♠} and {3♠ 4♠ 6♠}) there is exactly one board that makes two straight flushes ({A♠ 3♠ 4♠ 6♠} in the example). Where n42 is the number of boards containing four cards that make exactly two straight flushes, then the frequency Ft of boards that make a straight flush on the turn is

$$F_t = {s \choose 1}{45 \choose 1} - n_{42}$$

On the river, one of the s straight flush sequences can be combined with any two of the remaining 45 cards. Now all boards that make exactly two straight flushes are counted twice, and all boards the make exactly three straight flushes are counted three time. Where n52 is the number of boards containing five cards that make exactly two straight flushes and n53 is the number of boards containing five cards that make exactly three straight flushes, then the frequency Fr of boards that make a straight flush on the river is

$$F_r = {s \choose 1}{45 \choose 2} - n_{52} - 2n_{53}$$

The probabilities of making a straight flush are the same for any two starting hands that can make a straight flush with exactly two straight flush sequences that contain no overlap. So A♥ 2♥ 10♥ A♣ (which makes a straight flush with either {3♥ 4♥ 5♥} or {J♥ Q♥ K♥}) and 5♥ 6♥ 7♥ A♣ have the same probabilities on the flop, turn and river. Likewise, 2♥ 3♥ A♣ A♠ (which makes a straight flush with either {A♥ 4♥ 5♥} or {4♥ 5♥ 6♥}) and 5♥ 8♥ A♣ A♠ each make a straight flush with one of two straight flush sequences, with two cards overlapping.

A complete straight flush hand pattern is then the number of straight flush sequences for the hand combined with the overlaps between all of the straight flush sequences. The following rules can be used to derive a notation for describing complete straight flush hand patterns:

  1. Label each element in each straight flush sequence according to the number of straight flush sequences that contain it.
  2. Sort the labelled elements of each straight flush sequence to derive the labeled straight flush sequence. Arbitrarily, choose to sort the elements in decending order.
  3. Sort the labelled straight flush sequences. Arbitrarily, choose to sort the straight flush sequences in decending order.

Each element can be either the low, middle, or high rank of a straight flush sequence. Using numbers to label the straight flush sequence elements, each element in a straight flush sequence is assigned a label from 13 depending on whether it appears in 1, 2 or 3 straight flush sequences. For example, the two straight flush sequences for a hand {2♥ 3♥ 4♥} and {8♥ 9♥ 10♥} are labelled as 111 and 111 since each element appears in only a single straight flush sequence, and the straight flush hand pattern is 111+111. The two straight flush sequences {4♥ 6♥ 7♥} and {6♥ 7♥ 9♥} are labelled as 221 and 221, and the straight flush hand pattern is 221+221.

To determine the probability of making a straight flush from any starting hand, first identify all of the straight flush hand patterns, and then determine the probabilities for each hand pattern. It turns out that there are 32 hand patterns possible using a single suit to make the straight flush, with either 2, 3, or 4 cards from the suit being used to make straight flushes. The following table shows each of the single-suit straight flush hand patterns, listed in order of probability of making a straight flush on the river, from highest to lowest probability.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! rowspan=2 | Straight flush hand pattern ! colspan=3 align=center width="150" | Make on flop ! colspan=3 align=center width="150" | Make by turn ! colspan=3 align=center width="150" | Make by river |- style="Background: #eee" ! Combos !! Probability !! Odds !! Combos !! Probability !! Odds !! Combos !! Probability !! Odds |- align=right !align=left| 333+333+333+333+332+332+322+322 | 8 || 0.0004625 || 2,161 : 1 | 353 || 0.0018142 || 550 : 1 | 7,611 || 0.0044449 || 224 : 1 |- align=right !align=left| 332+332+322+322+322+322+322 | 7 || 0.0004047 || 2,470 : 1 | 310 || 0.0015932 || 627 : 1 | 6,708 || 0.0039175 || 254 : 1 |- align=right !align=left| 333+333+333+332+332+321+321 | 7 || 0.0004047 || 2,470 : 1 | 309 || 0.0015880 || 629 : 1 | 6,666 || 0.0038930 || 256 : 1 |- align=right !align=left| 332+332+322+321+222+221 | 6 || 0.0003469 || 2,882 : 1 | 266 || 0.0013670 || 731 : 1 | 5,763 || 0.0033656 || 296 : 1 |- align=right !align=left| 322+322+322+322+321+321 | 6 || 0.0003469 || 2,882 : 1 | 266 || 0.0013670 || 731 : 1 | 5,763 || 0.0033656 || 296 : 1 |- align=right !align=left| 333+332+332+322+321+211 | 6 || 0.0003469 || 2,882 : 1 | 266 || 0.0013670 || 731 : 1 | 5,763 || 0.0033656 || 296 : 1 |- align=right !align=left| 333+333+332+332+321+321 | 6 || 0.0003469 || 2,882 : 1 | 265 || 0.0013619 || 733 : 1 | 5,720 || 0.0033405 || 298 : 1 |- align=right !align=left| 222+222+221+221+221 | 5 || 0.0002891 || 3,458 : 1 | 223 || 0.0011461 || 872 : 1 | 4,860 || 0.0028383 || 351 : 1 |- align=right !align=left| 222+222+222+221+211 | 5 || 0.0002891 || 3,458 : 1 | 223 || 0.0011461 || 872 : 1 | 4,860 || 0.0028383 || 351 : 1 |- align=right !align=left| 322+322+321+221+211 | 5 || 0.0002891 || 3,458 : 1 | 223 || 0.0011461 || 872 : 1 | 4,860 || 0.0028383 || 351 : 1 |- align=right !align=left| 322+321+321+221+221 | 5 || 0.0002891 || 3,458 : 1 | 222 || 0.0011409 || 875 : 1 | 4,818 || 0.0028138 || 354 : 1 |- align=right !align=left| 332+332+321+321+111 | 5 || 0.0002891 || 3,458 : 1 | 222 || 0.0011409 || 875 : 1 | 4,818 || 0.0028138 || 354 : 1 |- align=right !align=left| 322+322+321+222+221 | 5 || 0.0002891 || 3,458 : 1 | 222 || 0.0011409 || 875 : 1 | 4,817 || 0.0028132 || 354 : 1 |- align=right !align=left| 332+332+322+321+211 | 5 || 0.0002891 || 3,458 : 1 | 222 || 0.0011409 || 875 : 1 | 4,817 || 0.0028132 || 354 : 1 |- align=right !align=left| 333+332+332+321+321 | 5 || 0.0002891 || 3,458 : 1 | 221 || 0.0011358 || 879 : 1 | 4,774 || 0.0027881 || 358 : 1 |- align=right !align=left| 222+221+211+111 | 4 || 0.0002313 || 4,323 : 1 | 179 || 0.0009199 || 1,086 : 1 | 3,915 || 0.0022864 || 436 : 1 |- align=right !align=left| 221+221+211+211 | 4 || 0.0002313 || 4,323 : 1 | 179 || 0.0009199 || 1,086 : 1 | 3,915 || 0.0022864 || 436 : 1 |- align=right !align=left| 222+222+211+211 | 4 || 0.0002313 || 4,323 : 1 | 179 || 0.0009199 || 1,086 : 1 | 3,914 || 0.0022858 || 436 : 1 |- align=right !align=left| 221+221+221+221 | 4 || 0.0002313 || 4,323 : 1 | 178 || 0.0009148 || 1,092 : 1 | 3,872 || 0.0022613 || 441 : 1 |- align=right !align=left| 322+321+321+111 | 4 || 0.0002313 || 4,323 : 1 | 178 || 0.0009148 || 1,092 : 1 | 3,872 || 0.0022613 || 441 : 1 |- align=right !align=left| 222+222+221+221 | 4 || 0.0002313 || 4,323 : 1 | 178 || 0.0009148 || 1,092 : 1 | 3,871 || 0.0022607 || 441 : 1 |- align=right !align=left| 322+322+321+211 | 4 || 0.0002313 || 4,323 : 1 | 178 || 0.0009148 || 1,092 : 1 | 3,871 || 0.0022607 || 441 : 1 |- align=right !align=left| 332+332+321+321 | 4 || 0.0002313 || 4,323 : 1 | 177 || 0.0009097 || 1,098 : 1 | 3,828 || 0.0022356 || 446 : 1 |- align=right !align=left| 111+111+111 | 3 || 0.0001735 || 5,764 : 1 | 135 || 0.0006938 || 1,440 : 1 | 2,970 || 0.0017345 || 576 : 1 |- align=right !align=left| 211+211+111 | 3 || 0.0001735 || 5,764 : 1 | 135 || 0.0006938 || 1,440 : 1 | 2,969 || 0.0017339 || 576 : 1 |- align=right !align=left| 221+221+111 | 3 || 0.0001735 || 5,764 : 1 | 134 || 0.0006887 || 1,451 : 1 | 2,926 || 0.0017088 || 584 : 1 |- align=right !align=left| 222+221+211 | 3 || 0.0001735 || 5,764 : 1 | 134 || 0.0006887 || 1,451 : 1 | 2,925 || 0.0017082 || 584 : 1 |- align=right !align=left| 322+321+321 | 3 || 0.0001735 || 5,764 : 1 | 133 || 0.0006835 || 1,462 : 1 | 2,882 || 0.0016831 || 593 : 1 |- align=right !align=left| 111+111 | 2 || 0.0001156 || 8,647 : 1 | 90 || 0.0004625 || 2,161 : 1 | 1,980 || 0.0011563 || 864 : 1 |- align=right !align=left| 211+211 | 2 || 0.0001156 || 8,647 : 1 | 90 || 0.0004625 || 2,161 : 1 | 1,979 || 0.0011558 || 864 : 1 |- align=right !align=left| 221+221 | 2 || 0.0001156 || 8,647 : 1 | 89 || 0.0004574 || 2,185 : 1 | 1,936 || 0.0011306 || 883 : 1 |- align=right !align=left| 111 | 1 || 0.0000578 || 17,295 : 1 | 45 || 0.0002313 || 4,323 : 1 | 990 || 0.0005782 || 1,729 : 1 |}

Of the 32 hand patterns that can make a straight flush in one suit, four of the hand patterns (111, 211+211, 322+321+321, and 332+332+321+321) use exactly two cards in the suit. For hands that can make a straight flush in two suits, each of these hand patterns can be used by one of the two suits. This gives $\begin{matrix} {4 + 2 - 1 \choose 2} \end{matrix} = 10$ different combinations of single suit hand patterns for making a straight flush in one of two suits. There is no overlap in the straight flush sequences between suits and it is not possible to make a straight flush in more than one suit. Therefore, where P1 and P2 are the probabilities of making a flush in each of the two suits, then the probability P of making a straight flush in either suit is P = P1 + P2. The following table gives the double-suit straight flush hand patterns, listed in order of probability of making a straight flush on the river, from highest to lowest probability.

{| border="2" cellpadding="2" cellspacing="0" style="border: 3px #aaa solid; font-size: 95%;"

|- style="Background: #eee" ! colspan=2 | Straight flush hand pattern ! colspan=3 align=center width="150" | Make on flop ! colspan=3 align=center width="150" | Make by turn ! colspan=3 align=center width="150" | Make by river |- style="Background: #eee" ! Suit 1 !! Suit 2 ! Combos !! Probability !! Odds !! Combos !! Probability !! Odds !! Combos !! Probability !! Odds |- align=right !align=left| 332+332+321+321 !align=left| 332+332+321+321 | 8 || 0.0004625 || 2,161 : 1 | 354 || 0.0018193 || 549 : 1 | 7,656 || 0.0044712 || 223 : 1 |- align=right !align=left| 322+321+321 !align=left| 332+332+321+321 | 7 || 0.0004047 || 2,470 : 1 | 310 || 0.0015932 || 627 : 1 | 6,710 || 0.0039187 || 254 : 1 |- align=right !align=left| 211+211 !align=left| 332+332+321+321 | 6 || 0.0003469 || 2,882 : 1 | 267 || 0.0013722 || 728 : 1 | 5,807 || 0.0033913 || 294 : 1 |- align=right !align=left| 322+321+321 !align=left| 322+321+321 | 6 || 0.0003469 || 2,882 : 1 | 266 || 0.0013670 || 731 : 1 | 5,764 || 0.0033662 || 296 : 1 |- align=right !align=left| 211+211 !align=left| 322+321+321 | 5 || 0.0002891 || 3,458 : 1 | 223 || 0.0011461 || 872 : 1 | 4,861 || 0.0028389 || 351 : 1 |- align=right !align=left| 111 !align=left| 332+332+321+321 | 5 || 0.0002891 || 3,458 : 1 | 222 || 0.0011409 || 875 : 1 | 4,818 || 0.0028138 || 354 : 1 |- align=right !align=left| 211+211 !align=left| 211+211 | 4 || 0.0002313 || 4,323 : 1 | 180 || 0.0009251 || 1,080 : 1 | 3,958 || 0.0023115 || 432 : 1 |- align=right !align=left| 111 !align=left| 322+321+321 | 4 || 0.0002313 || 4,323 : 1 | 178 || 0.0009148 || 1,092 : 1 | 3,872 || 0.0022613 || 441 : 1 |- align=right !align=left| 111 !align=left| 211+211 | 3 || 0.0001735 || 5,764 : 1 | 135 || 0.0006938 || 1,440 : 1 | 2,969 || 0.0017339 || 576 : 1 |- align=right !align=left| 111 !align=left| 111 | 2 || 0.0001156 || 8,647 : 1 | 90 || 0.0004625 || 2,161 : 1 | 1,980 || 0.0011563 || 864 : 1 |}

See also

Derivations and probability tables for Omaha:

  • Probability derivations for making low hands in Omaha hold 'em
  • Probability of making the nut low hand in Omaha hold 'em
  • Probability derivations for making rank-based hands in Omaha hold 'em

Poker topics:

  • Omaha hold 'em
  • Poker probability
  • Poker strategy
  • Pot odds

Math and probability topics:

  • Probability
  • Odds
  • Sample space
  • Event (probability theory)
  • Binomial coefficient
  • Combination
  • Permutation
  • Combinatorial game theory
  • Game complexity
  • Set theory

Notes

  1. The odds presented in this article use the notation x : 1 which translates to x to 1 odds against the event happening. The odds are calculated from the probability p of the event happening using the formula: odds = [(1 − p) ÷ p] : 1, or odds = [(1 ÷ p) − 1] : 1. Another way of expressing the odds x : 1 is to state that there is a 1 in x+1 chance of the event occurring or the probability of the event occurring is 1 ÷ (x + 1). So for example, the odds of a role of a fair six-sided die coming up three is 5 : 1 against because there are 5 chances for a number other than three and 1 chance for a three; alternatively, this could be described as a 1 in 6 chance or $\begin{matrix}\frac{1}{6}\end{matrix}$ probability of a three being rolled because the three is 1 of 6 equally-likely possible outcomes.