🎡 SpinForFree

Running a Tournament Draw

A tournament draw is a sequence of random picks with rules attached, which makes it more interesting than a single raffle spin and considerably easier to get wrong. The good news is that the hard parts are all decisions about structure, and once you have made them the drawing itself is mechanical.

Decide the structure before you draw anything

Four questions, in this order. Answer them in public, because every one of them changes somebody’s chances.

  • Knockout, group stage, or round robin? Knockout is fastest and harshest, since one bad day ends a run. Round robin is fairest and longest. Groups feeding a knockout stage is the usual compromise.
  • Seeded or open? Seeding protects the strongest entrants from meeting early. It also means the draw is not uniformly random, which is fine as long as you say so up front.
  • Any constraints? Two players from the same club kept apart in round one, or the same nationality separated in a group. Constraints are the main source of botched draws, as covered below.
  • How are byes handled? Only relevant when your entrant count is not a power of two, which is most of the time.

Byes: the bit people forget

A knockout bracket needs 2, 4, 8, 16, 32 or 64 entrants to fill cleanly. With 13 players you need a 16-slot bracket and three byes, meaning three entrants who advance to round two without playing.

A bye is a real advantage: a free round, and a rested player facing an opponent who has already played. So how you assign them matters more than it looks.

  • Seeded tournaments conventionally give byes to the top seeds. That is deliberate and understood, and needs no draw at all.
  • Open tournaments should draw for them. Put every name on the wheel, turn on elimination, and spin once per bye, so three spins for three byes. Each winner takes a bye and comes off the wheel, so nobody can get two.
  • Never hand byes to whoever entered first. It rewards nothing but refreshing a signup page, and it is the version most likely to be described as rigged afterwards.

Work out the bracket size first: the next power of two above your entrant count. Subtract your entrants from it and that is your number of byes. So 13 entrants means a 16-slot bracket, 3 byes, and 5 first-round matches involving 10 players.

Drawing a knockout bracket

The clean method is to draw names into numbered slots rather than drawing pairs. Put every entrant on the wheel with elimination turned on, then spin repeatedly: the first winner takes slot 1, the second takes slot 2, and so on until the bracket is full. Slots 1 and 2 play each other, 3 and 4 play each other, and the bracket structure does the pairing for you.

This is better than drawing two names at a time for a reason worth understanding. It produces a complete, ordered record. Slot assignments are a permutation of your entrants that anybody can check against the draw history, spin by spin. Pair-by-pair drawing gives you the same bracket but a messier audit trail, and it is easier to lose track of who has already been drawn.

With seeds, draw only the unseeded players. Place seeds in their conventional slots first, with seed 1 at the top and seed 2 at the bottom, then fill the remaining slots by wheel.

Group stage draws

For four groups of four, the straightforward approach is to draw all sixteen names in order and deal them out: names 1 to 4 to group A, 5 to 8 to group B, and so on. One pass, one record, no ambiguity.

If you are using seeding pots, the format major tournaments use, draw one pot at a time. Put pot 1’s four teams on the wheel, spin with elimination on to assign one to each group, then clear the wheel and repeat with pot 2. Every group ends up with exactly one team from each pot, and the draw stays legible to anyone watching.

Constrained draws, and why they go wrong

“No two teams from the same country in one group” sounds like a small addition. It is the single most common way a draw breaks down in public, because constraints can paint you into a corner: you reach the last few names and discover the only remaining slots are ones the final entrant is not allowed to occupy. There is no valid draw left, and you are standing in front of an audience with no good options.

Three ways to handle it, in ascending order of robustness:

  • Redraw the whole thing. Announce in advance that an impossible position means starting over. Simple, transparent, and occasionally tedious, but at least the rule was stated beforehand.
  • Draw the constrained entrants first. Place the teams involved in constraints while there is maximum freedom to satisfy them, then draw everyone else into what remains. This makes dead ends far less likely without any special rules.
  • Restrict the wheel at each step. Before each spin, remove the names that cannot legally go into the next slot. The draw stays valid at every step by construction. This is what the televised draws are doing when a computer announces which balls are eligible.

Whichever you choose, write it into the rules before the draw. A constraint discovered mid-draw is an argument; a constraint with a published resolution procedure is paperwork. The wider principle is in how to run a raffle people trust.

Round robin order

In a round robin everyone plays everyone, so the draw does not decide who meets whom, only the order. That still matters. Playing the strongest entrant first is very different from playing them last, and in a league with any scheduling pressure the order affects rest.

The standard approach is the circle method: fix one entrant in place and rotate the rest around them to generate the fixture list. Use the wheel for the starting arrangement, drawing all names in order with elimination on, then apply the rotation. You get a balanced schedule with a random, recorded starting point.

Home and away

Where two entrants meet only once but a venue matters, draw for it: two names on the wheel, one spin, winner hosts. Do this once per fixture rather than deciding them all at once, and log each result. It takes seconds and removes the most common low-level complaint in amateur leagues, which is that the same team always seems to travel.

Publish the bracket immediately

The moment the draw finishes, publish the full bracket or group table. Not a summary, but the whole thing, with every name in its slot. Two reasons: entrants need to know who they are playing, and a published bracket cannot quietly change later. If you drew in front of an audience and the record is timestamped, the bracket is now checkable by anyone who cares to.

If you have to redraw for any reason, keep both draws and say why. A history with an explained redraw in it is credible in a way that a history with a gap is not. The reasoning is in why every draw gets logged.

Setting it up

Everything above needs the same three settings: a list of names, elimination turned on so nobody is drawn twice, and a spin short enough that thirty-two draws do not take half an hour. Three seconds is about right for a bracket; save the long dramatic spin for a single headline draw. The wheel on the home page handles a bracket draw perfectly well if the people who care are in the room. For a draw entrants will scrutinise afterwards, an account-backed wheel gives you the shared link and the timestamped history that make the bracket defensible.

Next

Advertisement