Retrieve the rules for a Lotto game.
OK
Bad request
Not found
Internal server error
Service unavailable
Gateway timeout
{- "gameRules": [
- {
- "isQuickPickAvailable": false,
- "gameName": "LOTTO",
- "basePrice": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "maxPrice": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "minBoards": 0,
- "maxBoards": 0,
- "minSelections": 0,
- "maxSelections": 0,
- "minSecondarySelections": 0,
- "maxSecondarySelections": 0,
- "selectionLowNumber": "string",
- "selectionHighNumber": "string",
- "secondarySelectionLowNumber": "string",
- "secondarySelectionHighNumber": "string",
- "maxDuration": 0,
- "revision": "string",
- "ticketMessage": "string",
- "addonGames": [
- {
- "gameName": "LOTTO",
- "price": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}
}
]
}
]
}