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/55ef5031-0ec8-4686-a325-80c5f8228a04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55ef5031-0ec8-4686-a325-80c5f8228a04",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "111c3546-f155-4f81-a856-75217e92f346",
    "completed": true,
    "last_updated": "2023-07-06T12:37:56.954177-04:00",
    "created_at": "2023-07-04T10:37:57.555383-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/111c3546-f155-4f81-a856-75217e92f346",
    "datetime": "2023-07-05T22:59:00-04:00",
    "cutoff_datetime": "2023-07-05T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - July 5th 2023",
    "bettypes": [
        {
            "id": "db304f05-c328-44a6-86c0-091b294dbb19",
            "match": "https://api-prod.gambitprofit.com/api/matches/55ef5031-0ec8-4686-a325-80c5f8228a04/?format=api",
            "name": "FreeForm",
            "created_at": "2023-07-04T10:37:57.558223-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": "1dc5488b-0dd0-4cc0-958b-7483aa72a40c",
                    "gambit_id": "b0e1df58-ac6a-4a4b-a7a8-46f80b1e24eb",
                    "last_updated": "2023-07-06T12:37:56.968833-04:00",
                    "created_at": "2023-07-04T10:37:57.569075-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db304f05-c328-44a6-86c0-091b294dbb19/?format=api"
                },
                {
                    "id": "0f257d91-bb6b-4d29-9717-b4074438e037",
                    "gambit_id": "9072af30-89b0-46ab-babf-75e0e7109c6c",
                    "last_updated": "2023-07-06T12:37:56.959975-04:00",
                    "created_at": "2023-07-04T10:37:57.560530-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db304f05-c328-44a6-86c0-091b294dbb19/?format=api"
                },
                {
                    "id": "3799437f-086f-4b81-a7fc-662186f1b929",
                    "gambit_id": "4a1ef035-1e7c-415e-a239-f2eb5166b924",
                    "last_updated": "2023-07-06T12:37:56.962153-04:00",
                    "created_at": "2023-07-04T10:37:57.562591-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db304f05-c328-44a6-86c0-091b294dbb19/?format=api"
                },
                {
                    "id": "e8dafb45-8d8e-4730-aa0e-c6cbd51a4030",
                    "gambit_id": "09dc8141-d2f1-4670-b857-a9723414a64c",
                    "last_updated": "2023-07-06T12:37:56.964346-04:00",
                    "created_at": "2023-07-04T10:37:57.564872-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db304f05-c328-44a6-86c0-091b294dbb19/?format=api"
                },
                {
                    "id": "31d84a8e-dc64-48d7-a82c-27f97a82ce4c",
                    "gambit_id": "7c26c1ca-5027-43d9-a70e-3fb12c5b568c",
                    "last_updated": "2023-07-06T12:37:56.966571-04:00",
                    "created_at": "2023-07-04T10:37:57.567078-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db304f05-c328-44a6-86c0-091b294dbb19/?format=api"
                }
            ]
        }
    ]
}