There are three deliverables for this exercise. Each of these will have complete Javadoc comments or Python docstring comments.
An InvalidBet exception class. This
is a simple subclass of Exception.
The Table class.
A class which performs a unit test of the
Table class. The unit test should create at
least two instances of Bet, and establish
that these Bets are managed by the table
correctly.