Matches can be viewed and edited (when logged in). Use "tokens" url parameter to modify token amount. Use "limit" and "offset" parameters to set the limit and offset of the result. Look in the filters dialog to see how to programmatically filter and sort.
GET /api/matches/856d84a5-80b4-4e99-a677-308356bcb82d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "856d84a5-80b4-4e99-a677-308356bcb82d",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "6abac776-6696-4481-bea7-f316335f52b4",
    "completed": true,
    "last_updated": "2023-02-23T09:32:02.870756-05:00",
    "created_at": "2023-02-22T08:57:04.649823-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/6abac776-6696-4481-bea7-f316335f52b4",
    "datetime": "2023-02-22T22:59:00-05:00",
    "cutoff_datetime": "2023-02-22T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - February 22nd 2023",
    "bettypes": [
        {
            "id": "521faa74-b8b9-414c-910d-89fda2882b30",
            "match": "https://api-prod.gambitprofit.com/api/matches/856d84a5-80b4-4e99-a677-308356bcb82d/?format=api",
            "name": "FreeForm",
            "created_at": "2023-02-22T08:57:04.651543-05:00",
            "high_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "med_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "no_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "lines": [
                {
                    "id": "c3a846d6-dad2-4aaa-a08b-347ec7742fbe",
                    "gambit_id": "88ab7386-25d5-4026-ac0b-ad447766f945",
                    "last_updated": "2023-02-23T09:32:02.873741-05:00",
                    "created_at": "2023-02-22T08:57:04.652849-05:00",
                    "name": "21 to 26",
                    "reward": "3.91000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521faa74-b8b9-414c-910d-89fda2882b30/?format=api"
                },
                {
                    "id": "2ffffc71-79e4-4372-8c9c-f40e2021ca02",
                    "gambit_id": "c9877b3c-4e50-41f6-8a6b-4a13276e9195",
                    "last_updated": "2023-02-23T09:32:02.874903-05:00",
                    "created_at": "2023-02-22T08:57:04.654125-05:00",
                    "name": "16 to 20",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521faa74-b8b9-414c-910d-89fda2882b30/?format=api"
                },
                {
                    "id": "cf1dc79d-0c4d-4c2c-b8e4-7ddf00482acf",
                    "gambit_id": "76b8cdc0-a3b8-4ba6-b1b1-323b9c1b7426",
                    "last_updated": "2023-02-23T09:32:02.876048-05:00",
                    "created_at": "2023-02-22T08:57:04.655389-05:00",
                    "name": "11 to 15",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521faa74-b8b9-414c-910d-89fda2882b30/?format=api"
                },
                {
                    "id": "6dfd5383-beac-48f1-be89-1c6154788f5c",
                    "gambit_id": "6ff02812-977d-4cd7-ad36-61877c9d6416",
                    "last_updated": "2023-02-23T09:32:02.877149-05:00",
                    "created_at": "2023-02-22T08:57:04.656681-05:00",
                    "name": "6 to 10",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521faa74-b8b9-414c-910d-89fda2882b30/?format=api"
                },
                {
                    "id": "1c2d66a9-a53f-4fd8-9cff-ba3ce70ce228",
                    "gambit_id": "823b3472-0e7a-4c9e-86d1-30e1da5c7fd0",
                    "last_updated": "2023-02-23T09:32:02.878280-05:00",
                    "created_at": "2023-02-22T08:57:04.657958-05:00",
                    "name": "1 to 5",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521faa74-b8b9-414c-910d-89fda2882b30/?format=api"
                }
            ]
        }
    ]
}