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/98d7a5e8-8b3b-48d0-821f-3a94f054434d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98d7a5e8-8b3b-48d0-821f-3a94f054434d",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ffb5ccfd-2185-4245-bb40-1edc5e467d6a",
    "completed": true,
    "last_updated": "2022-10-10T07:57:23.772541-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/ffb5ccfd-2185-4245-bb40-1edc5e467d6a",
    "datetime": "2022-10-08T22:59:00-04:00",
    "cutoff_datetime": "2022-10-08T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 8th 2022",
    "bettypes": [
        {
            "id": "f0e9e449-8c64-467e-8c92-ec982f60aa86",
            "match": "https://api-prod.gambitprofit.com/api/matches/98d7a5e8-8b3b-48d0-821f-3a94f054434d/?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": "d1fa4a71-9912-4029-a47a-11a173e57b68",
                    "gambit_id": "cf5d3071-143d-4208-a54c-c683a50fd80f",
                    "last_updated": "2022-10-10T07:57:23.775334-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.91000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0e9e449-8c64-467e-8c92-ec982f60aa86/?format=api"
                },
                {
                    "id": "5be28f67-cee9-451b-8f57-4afa650924e9",
                    "gambit_id": "ea804974-2dde-4c2e-b1d1-76771078d027",
                    "last_updated": "2022-10-10T07:57:23.776444-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0e9e449-8c64-467e-8c92-ec982f60aa86/?format=api"
                },
                {
                    "id": "46e07c5b-7d33-49a1-914a-bb8c8a389e6d",
                    "gambit_id": "ee72f6b2-95a2-45c0-b041-d42fb0a630b4",
                    "last_updated": "2022-10-10T07:57:23.777424-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0e9e449-8c64-467e-8c92-ec982f60aa86/?format=api"
                },
                {
                    "id": "60375f0c-8e82-4ef4-8731-ec580dcb91e1",
                    "gambit_id": "ca6d487a-a4dc-4ddd-921c-20938d54cf41",
                    "last_updated": "2022-10-10T07:57:23.778437-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0e9e449-8c64-467e-8c92-ec982f60aa86/?format=api"
                },
                {
                    "id": "40d97f54-ad08-454f-83ff-c1a489888413",
                    "gambit_id": "0613574b-2e65-4626-8d38-3ac4c1a526dd",
                    "last_updated": "2022-10-10T07:57:23.779417-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0e9e449-8c64-467e-8c92-ec982f60aa86/?format=api"
                }
            ]
        }
    ]
}