Package bet

Class FootballBet

java.lang.Object
bet.Bet
bet.FootballBet

public final class FootballBet extends Bet
Represents a football betting option with specific odds and three possible outcomes.

This class extends Bet to model bets specific to football games, where the betting choices include:

  • '1' - a win for the home team
  • 'X' - a draw between the two teams
  • '2' - a win for the away team