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/56e67358-4076-40b9-80f6-6e3279447bbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56e67358-4076-40b9-80f6-6e3279447bbc",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "ac51bdd3-5e5a-4026-8e56-0cff4e76c4a6",
    "completed": true,
    "last_updated": "2022-12-15T11:52:13.143558-05: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/ac51bdd3-5e5a-4026-8e56-0cff4e76c4a6",
    "datetime": "2022-12-14T22:59:00-05:00",
    "cutoff_datetime": "2022-12-14T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 14th 2022",
    "bettypes": [
        {
            "id": "3461c973-4564-42c4-bde8-0f70dc4b4fb0",
            "match": "https://api-prod.gambitprofit.com/api/matches/56e67358-4076-40b9-80f6-6e3279447bbc/?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": "65ba3c4f-ca9f-4c6d-8c04-85408ba0a597",
                    "gambit_id": "b5893fa0-f236-47fd-8295-581db0e2cab5",
                    "last_updated": "2022-12-15T11:52:13.146263-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.63000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3461c973-4564-42c4-bde8-0f70dc4b4fb0/?format=api"
                },
                {
                    "id": "b026e2d8-cbc0-4ba9-b9c1-26a7ee407354",
                    "gambit_id": "98db9fa2-b89f-496f-9910-db053046d2cc",
                    "last_updated": "2022-12-15T11:52:13.149365-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3461c973-4564-42c4-bde8-0f70dc4b4fb0/?format=api"
                },
                {
                    "id": "fa9b9c5f-d4b1-43cb-b747-d1a0596cb58c",
                    "gambit_id": "cd4259c1-eec7-421e-8125-d78a3aa6aa34",
                    "last_updated": "2022-12-15T11:52:13.150368-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3461c973-4564-42c4-bde8-0f70dc4b4fb0/?format=api"
                },
                {
                    "id": "7df3017c-f8e5-4593-91b0-d75f6e26bdbe",
                    "gambit_id": "a865da7c-e407-465f-bbf2-7ac7b7ee39dc",
                    "last_updated": "2022-12-15T11:52:13.147301-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3461c973-4564-42c4-bde8-0f70dc4b4fb0/?format=api"
                },
                {
                    "id": "a13fde97-6eec-4231-9558-960ba6932250",
                    "gambit_id": "7b762e4a-1b84-41fe-a88c-6fd4f16e2a7b",
                    "last_updated": "2022-12-15T11:52:13.148340-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3461c973-4564-42c4-bde8-0f70dc4b4fb0/?format=api"
                }
            ]
        }
    ]
}