@Seed,
The way it works, you make a 10x10 grid, giving you 100 squares. Across
the top you write one team's name, let's say "Colts". Down the side you write
the other team's name, let's say "Saints". Next you "sell" the squares to
people. So maybe I buy the third square in the fourth row and the second
square in the ninth row. You buy the fifth square in the sixth row and the
seventh square in the eighth row. Eventually all the other squares are sold to
other people. We each have our names written in our squares, and everyone
has tossed $10 into the pot for each square we bought, making a pot of
$1,000.
The squares now look like this:
Code: COLTS
+-+-+-+-+-+-+-+-+-+-+
| | | | | | | | | | |
+-+-+-+-+-+-+-+-+-+-+
| | | | | | | | | | |
S +-+-+-+-+-+-+-+-+-+-+
A | | | | | | | | | | |
I +-+-+-+-+-+-+-+-+-+-+
N | | |G| | | | | | | |
T +-+-+-+-+-+-+-+-+-+-+
S | | | | | | | | | | |
+-+-+-+-+-+-+-+-+-+-+
| | | | |S| | | | | |
+-+-+-+-+-+-+-+-+-+-+
| | | | | | | | | | |
+-+-+-+-+-+-+-+-+-+-+
| | | | | | |S| | | |
+-+-+-+-+-+-+-+-+-+-+
| |G| | | | | | | | |
+-+-+-+-+-+-+-+-+-+-+
| | | | | | | | | | |
+-+-+-+-+-+-+-+-+-+-+
Now we put the numbers 0 through 9 into a hat and draw them out
randomly. As we do so we write them across the top, one number over
each column. We put the numbers back and du the same thing down the
side.
The squares now look like this:
Code: COLTS
8 5 1 2 9 3 7 4 6 0
+-+-+-+-+-+-+-+-+-+-+
1| | | | | | | | | | |
+-+-+-+-+-+-+-+-+-+-+
6| | | | | | | | | | |
S +-+-+-+-+-+-+-+-+-+-+
A 0| | | | | | | | | | |
I +-+-+-+-+-+-+-+-+-+-+
N 7| | |G| | | | | | | |
T +-+-+-+-+-+-+-+-+-+-+
S 2| | | | | | | | | | |
+-+-+-+-+-+-+-+-+-+-+
4| | | | |S| | | | | |
+-+-+-+-+-+-+-+-+-+-+
3| | | | | | | | | | |
+-+-+-+-+-+-+-+-+-+-+
9| | | | | | |S| | | |
+-+-+-+-+-+-+-+-+-+-+
5| |G| | | | | | | | |
+-+-+-+-+-+-+-+-+-+-+
8| | | | | | | | | | |
+-+-+-+-+-+-+-+-+-+-+
The numbers match to the last number in a team's scor for each quarter
and for the final. So I have the squares for Colts 1/Saints 7 and for
Colts 5/Saints 5. You have Colts 9/Saints 4 and Colts 7/Saints 9.
The payout is $200 per quarter and $200 final score. At the end of the first
quarter the score is tied 7-7. Neither of us wins. But after the second
quarter, it's Colts 21, Saints 7. I win $200! At the end of the third it's
Colts 21, Saints 20 and again neither of us wins. But the final score is
Colts 27, Saints 29. You get $400, $200 each for fourth quarter and
final score.