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/b90e9a29-7f58-44cf-aeeb-44c37275d926/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b90e9a29-7f58-44cf-aeeb-44c37275d926",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "06e41c76-6311-4bc9-818a-f8377e2059ee",
    "completed": true,
    "last_updated": "2023-08-14T11:18:19.269909-04:00",
    "created_at": "2023-08-11T11:43:24.675579-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/06e41c76-6311-4bc9-818a-f8377e2059ee",
    "datetime": "2023-08-12T22:59:00-04:00",
    "cutoff_datetime": "2023-08-12T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 12th 2023",
    "bettypes": [
        {
            "id": "204340ca-fcd7-4211-9cf9-94f74de7e597",
            "match": "https://api-prod.gambitprofit.com/api/matches/b90e9a29-7f58-44cf-aeeb-44c37275d926/?format=api",
            "name": "FreeForm",
            "created_at": "2023-08-11T11:43:24.686039-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": "c0dce444-a587-4aec-be22-f026251a91cb",
                    "gambit_id": "968425a1-b606-42ba-92ec-e147f96159a9",
                    "last_updated": "2023-08-14T11:18:19.302513-04:00",
                    "created_at": "2023-08-11T11:43:24.709352-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/204340ca-fcd7-4211-9cf9-94f74de7e597/?format=api"
                },
                {
                    "id": "3022234a-a6a6-4628-abcf-6d4a6a925b0a",
                    "gambit_id": "30374107-3ee9-499b-87a8-7c409af26614",
                    "last_updated": "2023-08-14T11:18:19.288575-04:00",
                    "created_at": "2023-08-11T11:43:24.689962-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/204340ca-fcd7-4211-9cf9-94f74de7e597/?format=api"
                },
                {
                    "id": "715e284c-ba9b-49d3-8d25-01cd4a6fbe2f",
                    "gambit_id": "404ae31b-eefc-45a9-ba1a-e4fea44bd7ab",
                    "last_updated": "2023-08-14T11:18:19.292182-04:00",
                    "created_at": "2023-08-11T11:43:24.695089-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/204340ca-fcd7-4211-9cf9-94f74de7e597/?format=api"
                },
                {
                    "id": "29b8ea57-804f-47f1-a076-5ca4241b6e67",
                    "gambit_id": "385ccb64-1f3a-44b3-9efc-6d3f5eeaf397",
                    "last_updated": "2023-08-14T11:18:19.295817-04:00",
                    "created_at": "2023-08-11T11:43:24.699751-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/204340ca-fcd7-4211-9cf9-94f74de7e597/?format=api"
                },
                {
                    "id": "d0a2065e-3cb1-4a51-8843-6ab46629bab2",
                    "gambit_id": "4ee71122-bea2-4d89-9f69-ac5faacc2190",
                    "last_updated": "2023-08-14T11:18:19.299177-04:00",
                    "created_at": "2023-08-11T11:43:24.705034-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/204340ca-fcd7-4211-9cf9-94f74de7e597/?format=api"
                }
            ]
        }
    ]
}