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/58b7a5e1-15ae-454f-a13c-de50edc91294/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58b7a5e1-15ae-454f-a13c-de50edc91294",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "6517fbba-be29-46a6-83e7-1bf60f687309",
    "completed": true,
    "last_updated": "2023-08-18T10:23:05.874565-04:00",
    "created_at": "2023-08-16T10:23:25.781238-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/6517fbba-be29-46a6-83e7-1bf60f687309",
    "datetime": "2023-08-16T22:59:00-04:00",
    "cutoff_datetime": "2023-08-16T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 16th 2023",
    "bettypes": [
        {
            "id": "7aefd380-279e-421f-90d7-552d4ddbb9a6",
            "match": "https://api-prod.gambitprofit.com/api/matches/58b7a5e1-15ae-454f-a13c-de50edc91294/?format=api",
            "name": "FreeForm",
            "created_at": "2023-08-16T10:23:25.788207-04: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": "00ca5069-2294-4aa8-8242-edc0a347e61b",
                    "gambit_id": "d0201648-23c4-478f-b480-39fb8142d63a",
                    "last_updated": "2023-08-18T10:23:05.898855-04:00",
                    "created_at": "2023-08-16T10:23:25.811102-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aefd380-279e-421f-90d7-552d4ddbb9a6/?format=api"
                },
                {
                    "id": "e28e506d-e51c-4648-b328-d9539406ad33",
                    "gambit_id": "5c5fe72b-c1b2-43b7-a0f6-9bf8cc724f85",
                    "last_updated": "2023-08-18T10:23:05.883568-04:00",
                    "created_at": "2023-08-16T10:23:25.793000-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aefd380-279e-421f-90d7-552d4ddbb9a6/?format=api"
                },
                {
                    "id": "7614e6c0-e151-47de-84fd-6158698cc26b",
                    "gambit_id": "71666347-45cf-4d87-801f-7f9dec6127e7",
                    "last_updated": "2023-08-18T10:23:05.888300-04:00",
                    "created_at": "2023-08-16T10:23:25.798638-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aefd380-279e-421f-90d7-552d4ddbb9a6/?format=api"
                },
                {
                    "id": "562a6b11-9e02-4da9-8f36-4cf339f378cd",
                    "gambit_id": "cfc9063e-e88d-4954-a6f1-c3f39e9e412c",
                    "last_updated": "2023-08-18T10:23:05.891863-04:00",
                    "created_at": "2023-08-16T10:23:25.803073-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aefd380-279e-421f-90d7-552d4ddbb9a6/?format=api"
                },
                {
                    "id": "63dba4a0-4e85-4bf6-84aa-8156aa424af6",
                    "gambit_id": "3d6461da-aaba-4edc-adfb-ae1b27851aba",
                    "last_updated": "2023-08-18T10:23:05.895508-04:00",
                    "created_at": "2023-08-16T10:23:25.807240-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aefd380-279e-421f-90d7-552d4ddbb9a6/?format=api"
                }
            ]
        }
    ]
}