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/deaba002-b83b-4cf5-8eae-dffb017ddfbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "deaba002-b83b-4cf5-8eae-dffb017ddfbc",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "d968da28-6983-4140-9abd-6bf86bd43a4b",
    "completed": true,
    "last_updated": "2022-08-16T14:07:08.613855-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/d968da28-6983-4140-9abd-6bf86bd43a4b",
    "datetime": "2022-08-15T22:59:00-04:00",
    "cutoff_datetime": "2022-08-15T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 15th 2022",
    "bettypes": [
        {
            "id": "60e80526-a2fb-4343-8aea-d40c64e2b87b",
            "match": "https://api-prod.gambitprofit.com/api/matches/deaba002-b83b-4cf5-8eae-dffb017ddfbc/?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": "145d6d79-6a1c-45c3-aa1d-6ef2a7f1bf41",
                    "gambit_id": "3038aa24-c652-4c9c-a307-c8b26bf3c706",
                    "last_updated": "2022-08-16T14:07:08.615187-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.73000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e80526-a2fb-4343-8aea-d40c64e2b87b/?format=api"
                },
                {
                    "id": "1707536e-724b-4b27-802c-3aa056a8a776",
                    "gambit_id": "1b5b1872-58a2-4c5f-859b-0110a68cead1",
                    "last_updated": "2022-08-16T14:07:08.616782-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e80526-a2fb-4343-8aea-d40c64e2b87b/?format=api"
                },
                {
                    "id": "a870f578-b5a5-4eec-9a66-ca759b688844",
                    "gambit_id": "f83cd384-84ac-4340-a53a-76dc9839e529",
                    "last_updated": "2022-08-16T14:07:08.616307-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e80526-a2fb-4343-8aea-d40c64e2b87b/?format=api"
                },
                {
                    "id": "e03c1734-ac65-49ca-bde2-6e5bde3f1a2a",
                    "gambit_id": "316c01c4-0edc-4da9-b627-fa2b2780072b",
                    "last_updated": "2022-08-16T14:07:08.615837-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e80526-a2fb-4343-8aea-d40c64e2b87b/?format=api"
                },
                {
                    "id": "24e31973-73c5-4e75-b389-a7c174cb70c5",
                    "gambit_id": "2f0efbde-9eaf-4d3b-b550-5460e06bb091",
                    "last_updated": "2022-08-16T14:07:08.617344-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e80526-a2fb-4343-8aea-d40c64e2b87b/?format=api"
                }
            ]
        }
    ]
}