BlackJackBet
model.entities.games.BlackJackBet
case class BlackJackBet(amount: Double, minimumValue: Int) extends Bet
Represents a bet placed on a blackjack game with a minimum hand value strategy.
BlackJack bets include a minimum value parameter that likely represents the minimum hand value the player is aiming to achieve or stand on.
Value parameters
- amount
-
the monetary amount being wagered
- minimumValue
-
the minimum card value threshold for the betting strategy
Attributes
- Throws
-
IllegalArgumentException
if minimumValue is not positive
- Graph
-
- Supertypes
Members list
In this article