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/51766bfa-b4ff-4598-a8c2-3678e666dfab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51766bfa-b4ff-4598-a8c2-3678e666dfab",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ca28d138-ce13-4b4c-bcc6-de65a656534e",
    "completed": true,
    "last_updated": "2024-01-10T10:13:16.509587-05:00",
    "created_at": "2024-01-08T09:02:58.216959-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/ca28d138-ce13-4b4c-bcc6-de65a656534e",
    "datetime": "2024-01-08T22:59:00-05:00",
    "cutoff_datetime": "2024-01-08T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 8th 2024",
    "bettypes": [
        {
            "id": "58651591-8238-4085-8418-97e44432eade",
            "match": "https://api-prod.gambitprofit.com/api/matches/51766bfa-b4ff-4598-a8c2-3678e666dfab/?format=api",
            "name": "FreeForm",
            "created_at": "2024-01-08T09:02:58.222192-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": "8df8fa0e-59fc-42ef-ad22-269c83ed6aea",
                    "gambit_id": "f95339b6-1e6e-478b-a92d-27bf4bb6628d",
                    "last_updated": "2024-01-10T10:13:16.537604-05:00",
                    "created_at": "2024-01-08T09:02:58.244358-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58651591-8238-4085-8418-97e44432eade/?format=api"
                },
                {
                    "id": "ba826889-83b6-4a5f-b364-24f64665bf0b",
                    "gambit_id": "70788596-6c0c-4647-a60a-eef53dc3f5e6",
                    "last_updated": "2024-01-10T10:13:16.530473-05:00",
                    "created_at": "2024-01-08T09:02:58.233075-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58651591-8238-4085-8418-97e44432eade/?format=api"
                },
                {
                    "id": "eab17014-da1e-4203-8e52-549614b123d9",
                    "gambit_id": "d476ccde-fc7f-42a2-bbdc-e608c5e01926",
                    "last_updated": "2024-01-10T10:13:16.533837-05:00",
                    "created_at": "2024-01-08T09:02:58.240152-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58651591-8238-4085-8418-97e44432eade/?format=api"
                },
                {
                    "id": "f557e1cd-eb35-4dfe-87e6-7dba6cc02fc9",
                    "gambit_id": "40986732-b13b-48c8-a832-3f9ea3b89c96",
                    "last_updated": "2024-01-10T10:13:16.522377-05:00",
                    "created_at": "2024-01-08T09:02:58.225834-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58651591-8238-4085-8418-97e44432eade/?format=api"
                },
                {
                    "id": "76745a58-1208-4f74-8686-7aa917d2d78f",
                    "gambit_id": "5ed25b48-9c14-4791-963d-1176c87e5b2b",
                    "last_updated": "2024-01-10T10:13:16.526814-05:00",
                    "created_at": "2024-01-08T09:02:58.229427-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58651591-8238-4085-8418-97e44432eade/?format=api"
                }
            ]
        }
    ]
}