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/2d7df9f5-17ad-48e1-8fc1-3aeb9b28848c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d7df9f5-17ad-48e1-8fc1-3aeb9b28848c",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "7af22011-f6c5-421b-a4cb-01fb956f6c46",
    "completed": true,
    "last_updated": "2022-10-25T10:21:58.377383-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/7af22011-f6c5-421b-a4cb-01fb956f6c46",
    "datetime": "2022-10-24T22:59:00-04:00",
    "cutoff_datetime": "2022-10-24T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 24th 2022",
    "bettypes": [
        {
            "id": "92df105f-61bb-4dac-baaf-b3ffe24322ea",
            "match": "https://api-prod.gambitprofit.com/api/matches/2d7df9f5-17ad-48e1-8fc1-3aeb9b28848c/?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": "1e3e42c9-b4f7-4330-a9d7-104800b5b738",
                    "gambit_id": "6ff4e583-815c-442b-9ea2-74c4c85138ab",
                    "last_updated": "2022-10-25T10:21:58.380237-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/92df105f-61bb-4dac-baaf-b3ffe24322ea/?format=api"
                },
                {
                    "id": "2c4f32ec-dcff-4f49-bcfb-c18a70bfb9eb",
                    "gambit_id": "a7ce8df9-5dbc-4b79-9412-05acf5ab67cf",
                    "last_updated": "2022-10-25T10:21:58.381450-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/92df105f-61bb-4dac-baaf-b3ffe24322ea/?format=api"
                },
                {
                    "id": "6d883d43-80af-4944-8a71-ae84842febbd",
                    "gambit_id": "d3c9d0c8-aee4-40e3-9d68-e6fd23d61d93",
                    "last_updated": "2022-10-25T10:21:58.382508-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/92df105f-61bb-4dac-baaf-b3ffe24322ea/?format=api"
                },
                {
                    "id": "634507c2-d808-4f82-a95c-9aca19f818e1",
                    "gambit_id": "4b913146-dd85-4fea-8256-2b91bd6f9123",
                    "last_updated": "2022-10-25T10:21:58.383515-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/92df105f-61bb-4dac-baaf-b3ffe24322ea/?format=api"
                },
                {
                    "id": "326e225d-3b17-4ac1-bbbb-01ac808caa5a",
                    "gambit_id": "2862eebe-a346-49e0-b205-df7ec3daafc9",
                    "last_updated": "2022-10-25T10:21:58.384497-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/92df105f-61bb-4dac-baaf-b3ffe24322ea/?format=api"
                }
            ]
        }
    ]
}