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/39ed93ae-f797-43a8-b536-4c69954c78ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39ed93ae-f797-43a8-b536-4c69954c78ba",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "a64975e8-6673-411d-affd-18b52eb0a469",
    "completed": true,
    "last_updated": "2022-10-17T11:07:14.265652-04: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/a64975e8-6673-411d-affd-18b52eb0a469",
    "datetime": "2022-10-15T22:59:00-04:00",
    "cutoff_datetime": "2022-10-15T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 15th 2022",
    "bettypes": [
        {
            "id": "16abd265-4cc9-432f-a68b-a0767f6eec25",
            "match": "https://api-prod.gambitprofit.com/api/matches/39ed93ae-f797-43a8-b536-4c69954c78ba/?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": "c394319a-476f-49d7-bf5a-35f0cba5da0f",
                    "gambit_id": "e9484c55-b0f3-4fd0-8a0d-86513ccc584b",
                    "last_updated": "2022-10-17T11:07:14.268400-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.93000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16abd265-4cc9-432f-a68b-a0767f6eec25/?format=api"
                },
                {
                    "id": "e08beae9-66ce-42b0-8256-186a59a62c39",
                    "gambit_id": "fb02c8b7-aced-4fa8-a295-7263c9e5a5c9",
                    "last_updated": "2022-10-17T11:07:14.269598-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.66000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16abd265-4cc9-432f-a68b-a0767f6eec25/?format=api"
                },
                {
                    "id": "fa13f606-f899-46a6-a6e2-6e33a740401b",
                    "gambit_id": "a61e2fb7-f253-46e5-86ca-7a0cde4d391b",
                    "last_updated": "2022-10-17T11:07:14.270761-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.66000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16abd265-4cc9-432f-a68b-a0767f6eec25/?format=api"
                },
                {
                    "id": "baa53ef8-d14f-4548-9461-bcf3dcf64a5d",
                    "gambit_id": "c31e73ba-1221-4cb7-abac-5812ef6eb9a7",
                    "last_updated": "2022-10-17T11:07:14.271821-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.66000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16abd265-4cc9-432f-a68b-a0767f6eec25/?format=api"
                },
                {
                    "id": "e7367492-8146-4ebc-bb80-3b32618c2469",
                    "gambit_id": "02edc3dd-7b98-4782-a194-9808f7e18ca7",
                    "last_updated": "2022-10-17T11:07:14.272881-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.66000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16abd265-4cc9-432f-a68b-a0767f6eec25/?format=api"
                }
            ]
        }
    ]
}