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/7be30ebb-7b56-47d9-b4b1-0bb5de04700c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7be30ebb-7b56-47d9-b4b1-0bb5de04700c",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b629031d-e803-4bc8-aa01-e582a77efe73",
    "completed": true,
    "last_updated": "2023-10-19T10:13:23.255886-04:00",
    "created_at": "2023-10-18T08:48:24.688484-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/b629031d-e803-4bc8-aa01-e582a77efe73",
    "datetime": "2023-10-18T22:59:00-04:00",
    "cutoff_datetime": "2023-10-18T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 18th 2023",
    "bettypes": [
        {
            "id": "767b1bf7-86b7-4156-b236-df562f9a881f",
            "match": "https://api-prod.gambitprofit.com/api/matches/7be30ebb-7b56-47d9-b4b1-0bb5de04700c/?format=api",
            "name": "FreeForm",
            "created_at": "2023-10-18T08:48:24.700006-04: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": "e6922663-fa83-488f-a44d-b8612a8c1c3c",
                    "gambit_id": "0e58b827-ca27-4f61-95aa-8a1d44bfde03",
                    "last_updated": "2023-10-19T10:13:23.287430-04:00",
                    "created_at": "2023-10-18T08:48:24.725088-04:00",
                    "name": "21 to 26",
                    "reward": "3.85000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/767b1bf7-86b7-4156-b236-df562f9a881f/?format=api"
                },
                {
                    "id": "0369e4d7-5a9a-4adc-8355-44292e4b6903",
                    "gambit_id": "d623badf-5fe9-4db5-869a-fe4f7454008f",
                    "last_updated": "2023-10-19T10:13:23.281884-04:00",
                    "created_at": "2023-10-18T08:48:24.720433-04:00",
                    "name": "16 to 20",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/767b1bf7-86b7-4156-b236-df562f9a881f/?format=api"
                },
                {
                    "id": "7bd5f44e-f687-4104-a7ad-0ca720acd6ad",
                    "gambit_id": "e0ac3b79-7cda-434f-b13f-1f6117b9c18c",
                    "last_updated": "2023-10-19T10:13:23.269974-04:00",
                    "created_at": "2023-10-18T08:48:24.705896-04:00",
                    "name": "1 to 5",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/767b1bf7-86b7-4156-b236-df562f9a881f/?format=api"
                },
                {
                    "id": "e352091e-5657-44c8-8dfa-f7cf4e03352f",
                    "gambit_id": "fb5c1e83-98f4-4975-8805-4ea0423fee69",
                    "last_updated": "2023-10-19T10:13:23.274927-04:00",
                    "created_at": "2023-10-18T08:48:24.711015-04:00",
                    "name": "6 to 10",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/767b1bf7-86b7-4156-b236-df562f9a881f/?format=api"
                },
                {
                    "id": "68ae2c97-2fac-4058-b880-2d31dd066833",
                    "gambit_id": "d42882e5-8af0-4018-9e7a-8ed5e7eedfcd",
                    "last_updated": "2023-10-19T10:13:23.278582-04:00",
                    "created_at": "2023-10-18T08:48:24.716312-04:00",
                    "name": "11 to 15",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/767b1bf7-86b7-4156-b236-df562f9a881f/?format=api"
                }
            ]
        }
    ]
}