Get Jackpot Cards

Returns the list of available Jackpot cards for specific operator.

Returns only 10 earliest cards.

GET https://api.betstack.io/bc/jackpots?operator={operator}

Response example:

[
    {
        "code": "B599E0",
        "operator": "acme",
        "prices": [
            1000
        ],
        "stakes": [
            889
        ],
        "ext": 12.5,
        "wht": 20.0,
        "ext_amounts": [
            111
        ],
        "is_free": false,
        "enabled": true,
        "title": "Cool bet",
        "description": "Jackpot description",
        "sitename": null,
        "domain": null,
        "preview_img": null,
        "created": "2024-08-28T17:04:28.509000",
        "operator_time_created": "2024-08-28T17:04:28.509000",
        "expires": "2024-10-10T22:00:00.000000",
        "operator_time_expires": "2024-10-10T22:00:00.000000",
        "events": [
            {
                "id": 269875,
                "starts": "2024-05-16T14:10:00.000000",
                "operator_time_starts": "2024-05-16T14:10:00.000000",
                "category": {
                    "league_id": 11710000,
                    "league_slug": "football/united-arab-emirates/premier-league",
                    "league_name": "Premier League",
                    "country_id": 1630000,
                    "country_slug": "united-arab-emirates",
                    "country_name": "United Arab Emirates"
                },
                "home_team": {
                    "slug": "al-ain-fc",
                    "name": "Al-Ain FC",
                    "id": 1062100000
                },
                "away_team": {
                    "slug": "al-ittihad-kalba",
                    "name": "Al Ittihad Kalba",
                    "id": 1062150000
                },
                "market": {
                    "market_code": "MRFT",
                    "market_name": "Match Result Full Time",
                    "line_code": null,
                    "line_name": null,
                    "bets": [
                        {
                            "id": 1,
                            "bet_code": "1",
                            "bet_name": "Home",
                            "odds": 2.35,
                            "updated": "2024-05-16T13:56:04"
                        },
                        {
                            "id": 2,
                            "bet_code": "X",
                            "bet_name": "Draw",
                            "odds": 3.8,
                            "updated": "2024-05-16T12:26:10"
                        },
                        {
                            "id": 3,
                            "bet_code": "2",
                            "bet_name": "Away",
                            "odds": 2.4,
                            "updated": "2024-05-16T13:56:04"
                        }
                    ]
                }
            },
            {
                "id": 269876,
                "starts": "2024-05-10T22:00:00.000000",
                "operator_time_starts": "2024-05-10T22:00:00.000000",
                "category": {
                    "league_id": 14260000,
                    "league_slug": "football/panama/liga-prom",
                    "league_name": "Liga Prom",
                    "country_id": 1980000,
                    "country_slug": "panama",
                    "country_name": "Panama"
                },
                "home_team": {
                    "slug": "aguilas-de-la-u",
                    "name": "Aguilas de la U",
                    "id": 1213460000
                },
                "away_team": {
                    "slug": "panama-city-fc",
                    "name": "Panama City FC",
                    "id": 1095130000
                },
                "market": {
                    "market_code": "MRFT",
                    "market_name": "Match Result Full Time",
                    "line_code": null,
                    "line_name": null,
                    "bets": [
                        {
                            "id": 1,
                            "bet_code": "1",
                            "bet_name": "Home",
                            "odds": 2.34,
                            "updated": "2024-05-10T20:46:41"
                        },
                        {
                            "id": 2,
                            "bet_code": "X",
                            "bet_name": "Draw",
                            "odds": 3.25,
                            "updated": "2024-05-09T20:01:22"
                        },
                        {
                            "id": 3,
                            "bet_code": "2",
                            "bet_name": "Away",
                            "odds": 2.85,
                            "updated": "2024-05-10T20:46:41"
                        }
                    ]
                }
            },
            {
                "id": 269877,
                "starts": "2024-05-12T10:00:00.000000",
                "operator_time_starts": "2024-05-12T10:00:00.000000",
                "category": {
                    "league_id": 19210000,
                    "league_slug": "football/rep-ireland/leinster-senior-league",
                    "league_name": "Leinster Senior League",
                    "country_id": 1500000,
                    "country_slug": "rep-ireland",
                    "country_name": "Rep. Ireland"
                },
                "home_team": {
                    "slug": "donnycarney",
                    "name": "Donnycarney",
                    "id": 1147460000
                },
                "away_team": {
                    "slug": "bluebell-united",
                    "name": "Bluebell United",
                    "id": 1151840000
                },
                "market": {
                    "market_code": "MRFT",
                    "market_name": "Match Result Full Time",
                    "line_code": null,
                    "line_name": null,
                    "bets": [
                        {
                            "id": 1,
                            "bet_code": "1",
                            "bet_name": "Home",
                            "odds": 2.06,
                            "updated": "2024-05-12T09:40:34"
                        },
                        {
                            "id": 2,
                            "bet_code": "X",
                            "bet_name": "Draw",
                            "odds": 3.55,
                            "updated": "2024-05-12T09:40:34"
                        },
                        {
                            "id": 3,
                            "bet_code": "2",
                            "bet_name": "Away",
                            "odds": 3.15,
                            "updated": "2024-05-12T09:40:34"
                        }
                    ]
                }
            }
        ]
    }
]

Last updated