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/9e135301-0c45-4ff1-957c-ba5dabf2b007/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e135301-0c45-4ff1-957c-ba5dabf2b007",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "7ed63cda-081d-4b7b-b2ff-4c505c14b87d",
    "completed": true,
    "last_updated": "2022-10-13T10:02:18.517036-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/7ed63cda-081d-4b7b-b2ff-4c505c14b87d",
    "datetime": "2022-10-12T22:59:00-04:00",
    "cutoff_datetime": "2022-10-12T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 12th 2022",
    "bettypes": [
        {
            "id": "a2010733-4584-4f77-8fbb-67acef697416",
            "match": "https://api-prod.gambitprofit.com/api/matches/9e135301-0c45-4ff1-957c-ba5dabf2b007/?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": "4a44ed0f-d550-456e-b0f7-09d9fd12037b",
                    "gambit_id": "60cab7ae-5396-4e09-8a8a-04985c84740e",
                    "last_updated": "2022-10-13T10:02:18.519748-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/a2010733-4584-4f77-8fbb-67acef697416/?format=api"
                },
                {
                    "id": "485f205e-9024-4c23-aef3-04a23c409baf",
                    "gambit_id": "d3604b35-d76c-4f0b-9c89-155906ccee8e",
                    "last_updated": "2022-10-13T10:02:18.520857-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/a2010733-4584-4f77-8fbb-67acef697416/?format=api"
                },
                {
                    "id": "d89b4f6b-7fd2-41f1-89de-e40f4f7e8435",
                    "gambit_id": "7006d251-b2ed-4f7d-8385-05df61dd1433",
                    "last_updated": "2022-10-13T10:02:18.523112-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/a2010733-4584-4f77-8fbb-67acef697416/?format=api"
                },
                {
                    "id": "ba82c1f4-1127-486e-82f5-ebe3f7f7cfa5",
                    "gambit_id": "dcdc699f-4469-4fab-868d-27404c43f752",
                    "last_updated": "2022-10-13T10:02:18.521990-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/a2010733-4584-4f77-8fbb-67acef697416/?format=api"
                },
                {
                    "id": "8c083fed-788b-450d-8098-e8f7a966d7d8",
                    "gambit_id": "67a3f0db-894b-427d-9b54-ab419fb38629",
                    "last_updated": "2022-10-13T10:02:18.524183-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/a2010733-4584-4f77-8fbb-67acef697416/?format=api"
                }
            ]
        }
    ]
}