Pick Jackpot Bets
POST
https://api.betstack.io/bc/jackpots/pick-bets?mode={mode}
Modes available: random
or favourite
.
random
mode will pick up one random bet for each event. All requests to this endpoint with the same body should generate different shuffles.
favourite
mode will pick up one bet with lowest odds for each event. All requests to this endpoint with the same body should generate the same shuffle (if odds didn't change).
Request example:
Response example (for mode=random
):
Response example (for mode=favourite
):
Last updated