Tournaments rules structure

Tournaments Rules contains information about different rules and limitation tournament engine uses to calculate player achievements during player’s tournament participation. Each rule can have different set of fields that require to exetute the rule

Suported rules:

BetToPointsConversion

  • contain ‘points_to_add’ and ‘required_wager’ points defined in ‘points_to_add’ field added to player while amount of bet per transaction hits the defined ‘required_wager’.

MinimumBetAmount

  • contain ‘required_wager’ field, minimum amount of bet per transaction to be eligable for the tournament

MinimumBetsOrRoundsRequired

  • contain ‘required_bets’ and ‘required_rounds’ . Minimum bets (totally) OR rounds played required for player to be eligable for tournament participation

WinToPointsConversion

  • contain ‘points_to_add’ and ‘required_win’ points defined in ‘points_to_add’ field added to player while amount of win per transaction hits the defined ‘required_win’.