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/5ff0d64e-629e-42d0-8251-ca4795ef775c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ff0d64e-629e-42d0-8251-ca4795ef775c",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "32b53997-0678-4491-9465-0cdbc4efcd3b",
    "completed": true,
    "last_updated": "2022-11-22T09:32:33.301524-05:00",
    "created_at": "1969-12-31T19:00:00-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/32b53997-0678-4491-9465-0cdbc4efcd3b",
    "datetime": "2022-11-19T22:59:00-05:00",
    "cutoff_datetime": "2022-11-19T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 19th 2022",
    "bettypes": [
        {
            "id": "2d5225c7-867d-40f0-a66f-fd457a1c632d",
            "match": "https://api-prod.gambitprofit.com/api/matches/5ff0d64e-629e-42d0-8251-ca4795ef775c/?format=api",
            "name": "FreeForm",
            "created_at": "1969-12-31T19:00:00-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": "76ee959c-1070-4375-b338-cf856f65c7a9",
                    "gambit_id": "607bb512-184b-45e1-a68c-b5e315a1dddf",
                    "last_updated": "2022-11-22T09:32:33.304999-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.63000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d5225c7-867d-40f0-a66f-fd457a1c632d/?format=api"
                },
                {
                    "id": "9678d17e-7ad4-44df-b855-7b9da93e5875",
                    "gambit_id": "27682fc2-9d21-44dc-b61c-f37a23ba29ec",
                    "last_updated": "2022-11-22T09:32:33.304028-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d5225c7-867d-40f0-a66f-fd457a1c632d/?format=api"
                },
                {
                    "id": "9a972135-9dcd-4214-8899-eefa130d4fa7",
                    "gambit_id": "f5b82fdd-0ae2-434d-8ad5-86fd1fc9335f",
                    "last_updated": "2022-11-22T09:32:33.305948-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d5225c7-867d-40f0-a66f-fd457a1c632d/?format=api"
                },
                {
                    "id": "66c39cd4-7f93-414e-bd4d-b96c8b6e9ac5",
                    "gambit_id": "a4485709-916e-4198-b873-f3f5bdb1aafe",
                    "last_updated": "2022-11-22T09:32:33.306898-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d5225c7-867d-40f0-a66f-fd457a1c632d/?format=api"
                },
                {
                    "id": "9306afbd-7228-4d05-8862-bee188ff632c",
                    "gambit_id": "a8008141-df85-4e67-a183-7a7f01f30440",
                    "last_updated": "2022-11-22T09:32:33.307843-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d5225c7-867d-40f0-a66f-fd457a1c632d/?format=api"
                }
            ]
        }
    ]
}