Guide
How to Handle an Odd Number of Teams
Learn how byes work in round-robin and pool play schedules when a tournament has an odd number of teams.
How to Handle an Odd Number of Teams
An odd number of teams creates a simple scheduling issue: one team has no opponent in each round. That team gets a bye.
What is a bye?
A bye is a scheduled rest round. The team does not play, but it remains in the tournament.
Example: 5 teams
With 5 teams, each round can have two games and one bye.
| Round | Game 1 | Game 2 | Bye |
|---|---|---|---|
| 1 | A vs E | B vs C | D |
| 2 | A vs D | E vs C | B |
| 3 | A vs C | D vs B | E |
| 4 | A vs B | C vs E | D may vary by rotation method |
A schedule generator should rotate byes so they are not concentrated unfairly.
Pool play with odd pools
Odd pools can happen when team counts do not divide evenly. For example, 10 teams can be split into two pools of 5, or into pools of 3, 3, and 4.
Fairness tips
- Avoid giving one team a bye right before playoffs if others play immediately before.
- Track total rest time.
- Avoid repeating the same team’s bye pattern across multiple events.
- Use pool sizes that fit available courts.