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/38626952-b654-46c5-9837-86e5ef505352/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38626952-b654-46c5-9837-86e5ef505352",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "782787a5-878c-4dbb-8a40-d69b4fbff326",
    "completed": true,
    "last_updated": "2022-09-01T13:42:00.982643-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/782787a5-878c-4dbb-8a40-d69b4fbff326",
    "datetime": "2022-08-31T22:59:00-04:00",
    "cutoff_datetime": "2022-08-31T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 31st 2022",
    "bettypes": [
        {
            "id": "e0576f76-8650-4c90-b7f1-4b6b9e879c9e",
            "match": "https://api-prod.gambitprofit.com/api/matches/38626952-b654-46c5-9837-86e5ef505352/?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": "be9e3fb5-8b9d-426e-8600-055a953f672a",
                    "gambit_id": "b32a11ce-0486-49cc-9a62-439643b9c7c4",
                    "last_updated": "2022-09-01T13:42:00.983545-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.69000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0576f76-8650-4c90-b7f1-4b6b9e879c9e/?format=api"
                },
                {
                    "id": "0a719563-46b7-405e-bb90-ba0d983d6677",
                    "gambit_id": "3629cf96-b46a-4fc7-a69c-4704db8dcda3",
                    "last_updated": "2022-09-01T13:42:00.984397-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0576f76-8650-4c90-b7f1-4b6b9e879c9e/?format=api"
                },
                {
                    "id": "82587dd9-d35b-473a-98a6-d76a9371746b",
                    "gambit_id": "9b05fa08-c045-4076-97b2-3c41c2ecfda5",
                    "last_updated": "2022-09-01T13:42:00.984796-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0576f76-8650-4c90-b7f1-4b6b9e879c9e/?format=api"
                },
                {
                    "id": "6cc734af-d557-4f47-a44d-1f7dd2fd5420",
                    "gambit_id": "1fa831be-da9c-481d-89d3-e85d51bd7366",
                    "last_updated": "2022-09-01T13:42:00.983996-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0576f76-8650-4c90-b7f1-4b6b9e879c9e/?format=api"
                },
                {
                    "id": "107e34aa-b154-40ba-848e-4cb21f2e90ab",
                    "gambit_id": "ce99fd11-1617-40a8-b145-410c0d9cbf3d",
                    "last_updated": "2022-09-01T13:42:00.985203-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0576f76-8650-4c90-b7f1-4b6b9e879c9e/?format=api"
                }
            ]
        }
    ]
}