US Trends

what are upset points in march madness

Upset points in March Madness are bonus points you earn in a bracket pool when you correctly pick a lower‑seeded team to beat a higher‑seeded team, with the size of the bonus usually based on the seed difference between the two teams.

Quick Scoop: What Are “Upset Points”?

In many bracket pools, you get a standard number of points for correctly picking any game, but upset points are extra rewards when the underdog (the worse seed) wins and you called it. The idea is to encourage risky, fun picks instead of everyone just going “all chalk” (always choosing the higher seed).

How Upset Points Usually Work

Common house‑rule style systems look like this:

  • You get normal round points for a correct pick (for example: 1–2–4–8–16–32 by round).
  • On top of that, you get bonus upset points equal to the difference in seeds between the winner and loser.
  • Example:
    • A No. 12 beats a No. 5.
    • Seed difference = 12 − 5 = 7.
    • If your system is “round points + seed difference,” you might earn 1 base point for the correct pick + 7 upset points = 8 total.
  • Another variation is to always award a flat bonus (like +3) whenever a lower seed beats a higher seed, no matter the gap.

In some setups, the official scoring is structured around upsets from the start, like “upset points are defined as the difference in the seed between the two teams, plus the round scoring points” in a 2‑4‑8‑16‑32‑64 base system.

Why Upset Points Exist

Pools add upset points to:

  • Reward people who correctly call big surprises instead of only safe picks.
  • Make large pools more interesting, because one bold upset prediction can leap you ahead of a lot of similar brackets.
  • Reflect the spirit of March Madness, where underdogs regularly bust “perfect” chalk brackets.

A classic storytelling example: picking a 15‑seed over a 2‑seed might give you a huge bonus because the seed gap is 13, which can outscore someone who safely picked the 2‑seed in multiple early games.

Quick HTML Table: Sample Upset Points Logic

html

<table>
  <thead>
    <tr>
      <th>Matchup</th>
      <th>Seed Difference</th>
      <th>Base Round Points</th>
      <th>Upset Bonus</th>
      <th>Total If You Pick Underdog</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>12 seed beats 5 seed</td>
      <td>7</td>
      <td>1</td>
      <td>+7</td>
      <td>8 points</td>
    </tr>
    <tr>
      <td>11 seed beats 6 seed</td>
      <td>5</td>
      <td>1</td>
      <td>+5</td>
      <td>6 points</td>
    </tr>
    <tr>
      <td>15 seed beats 2 seed</td>
      <td>13</td>
      <td>1</td>
      <td>+13</td>
      <td>14 points</td>
    </tr>
  </tbody>
</table>

How This Changes Strategy

Because upset points can be huge, your bracket strategy shifts:

  1. You don’t just ask “Who is more likely to win?” but “Is this upset worth the risk because of the bonus?”
  1. In big pools, it can be optimal to target certain mid‑range upsets (like 11 over 6 or 12 over 5) where history shows a decent chance of success and your scoring system heavily rewards the seed gap.
  1. You still usually keep No. 1 and No. 2 seeds alive deep into the tournament, but sprinkle in smart underdogs where the extra points can separate you from everyone else.

TL;DR: Upset points are extra bracket points you earn for correctly picking lower‑seeded teams to knock off higher‑seeded ones, usually calculated using the seed difference plus the normal round points.

Information gathered from public forums or data available on the internet and portrayed here.