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/4957a3be-59c4-4edf-bd95-bc53c5243383/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4957a3be-59c4-4edf-bd95-bc53c5243383",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b5de360d-a7a6-423c-8663-221483d1cdbd",
    "completed": true,
    "last_updated": "2023-08-15T18:43:10.314595-04:00",
    "created_at": "2023-08-14T10:33:06.449359-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/b5de360d-a7a6-423c-8663-221483d1cdbd",
    "datetime": "2023-08-14T22:59:00-04:00",
    "cutoff_datetime": "2023-08-14T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 14th 2023",
    "bettypes": [
        {
            "id": "2ed46cca-436e-46a5-8f40-870abcd13445",
            "match": "https://api-prod.gambitprofit.com/api/matches/4957a3be-59c4-4edf-bd95-bc53c5243383/?format=api",
            "name": "FreeForm",
            "created_at": "2023-08-14T10:33:06.455042-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": "b7555ffb-a7c1-48ba-a457-298b8d61f27f",
                    "gambit_id": "5bf37335-d38c-4df0-9a46-9d450d6795bb",
                    "last_updated": "2023-08-15T18:43:10.346235-04:00",
                    "created_at": "2023-08-14T10:33:06.488589-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ed46cca-436e-46a5-8f40-870abcd13445/?format=api"
                },
                {
                    "id": "58835e1c-46bc-4192-91fd-f272a9f541ef",
                    "gambit_id": "dade569e-6dae-41e0-a663-26097e79f094",
                    "last_updated": "2023-08-15T18:43:10.335496-04:00",
                    "created_at": "2023-08-14T10:33:06.472770-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ed46cca-436e-46a5-8f40-870abcd13445/?format=api"
                },
                {
                    "id": "a320d1d6-a4b5-47b2-a4c0-7f8c9eb97883",
                    "gambit_id": "fbea451a-774a-4050-bb0d-e24cf41c4ffc",
                    "last_updated": "2023-08-15T18:43:10.330990-04:00",
                    "created_at": "2023-08-14T10:33:06.459859-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ed46cca-436e-46a5-8f40-870abcd13445/?format=api"
                },
                {
                    "id": "4d1bcc39-fba1-49d2-b0a7-d403b5c9c0ac",
                    "gambit_id": "615d2e10-4c08-4aa3-a2c3-02c2d8d15d0e",
                    "last_updated": "2023-08-15T18:43:10.339197-04:00",
                    "created_at": "2023-08-14T10:33:06.479558-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ed46cca-436e-46a5-8f40-870abcd13445/?format=api"
                },
                {
                    "id": "a2ffc7ba-9d10-4a5e-85ef-e6f457abe833",
                    "gambit_id": "630221d9-9dfe-404e-b636-7711df63bf74",
                    "last_updated": "2023-08-15T18:43:10.342642-04:00",
                    "created_at": "2023-08-14T10:33:06.484377-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ed46cca-436e-46a5-8f40-870abcd13445/?format=api"
                }
            ]
        }
    ]
}