Package bet
package bet
This package contains classes related to the betting system, including various types of bets.
The bet package includes classes such as BasketballBet and FootballBet,
which represent specific types of sports bets. The Bet class is a generic base class for any kind of bet.
-
ClassesClassDescriptionRepresents a basketball betting option with specific odds and available choices.Represents a generic betting option for a sports game, with specific odds, choices, and a result that can be set once the game outcome is determined.Represents a football betting option with specific odds and three possible outcomes.