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/c07f6df2-c233-4790-9c5b-024641d2367f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c07f6df2-c233-4790-9c5b-024641d2367f",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "9d8591a1-ddb2-4cd1-9abb-29ea4d7626b7",
    "completed": true,
    "last_updated": "2023-11-21T14:43:25.244670-05:00",
    "created_at": "2023-11-20T09:48:12.377413-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/9d8591a1-ddb2-4cd1-9abb-29ea4d7626b7",
    "datetime": "2023-11-20T22:59:00-05:00",
    "cutoff_datetime": "2023-11-20T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 20th 2023",
    "bettypes": [
        {
            "id": "d84dd381-41d7-4661-b470-3d0d9f0492f9",
            "match": "https://api-prod.gambitprofit.com/api/matches/c07f6df2-c233-4790-9c5b-024641d2367f/?format=api",
            "name": "FreeForm",
            "created_at": "2023-11-20T09:48:12.385479-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": "d796bc08-89c7-4a3e-a556-338e8be2d321",
                    "gambit_id": "b0cb6ef8-071f-4ee9-a111-1c60efc3ae6f",
                    "last_updated": "2023-11-21T14:43:25.271052-05:00",
                    "created_at": "2023-11-20T09:48:12.406017-05:00",
                    "name": "21 to 26",
                    "reward": "3.86000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d84dd381-41d7-4661-b470-3d0d9f0492f9/?format=api"
                },
                {
                    "id": "9362a099-d2d1-4d0c-af2d-456ec223f6cb",
                    "gambit_id": "20309ba9-0e24-4d2b-941b-4f4d42f32200",
                    "last_updated": "2023-11-21T14:43:25.261059-05:00",
                    "created_at": "2023-11-20T09:48:12.393331-05:00",
                    "name": "6 to 10",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d84dd381-41d7-4661-b470-3d0d9f0492f9/?format=api"
                },
                {
                    "id": "112737e1-feed-4077-bdb2-9d867d2c6121",
                    "gambit_id": "7edebf9a-9a0d-449e-a331-68fefd54fcdf",
                    "last_updated": "2023-11-21T14:43:25.264191-05:00",
                    "created_at": "2023-11-20T09:48:12.397548-05:00",
                    "name": "11 to 15",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d84dd381-41d7-4661-b470-3d0d9f0492f9/?format=api"
                },
                {
                    "id": "e3572592-341a-4ce8-9df3-f5b09064113f",
                    "gambit_id": "18a9a419-69f2-4f5c-824a-b6e99322a69a",
                    "last_updated": "2023-11-21T14:43:25.267639-05:00",
                    "created_at": "2023-11-20T09:48:12.401433-05:00",
                    "name": "16 to 20",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d84dd381-41d7-4661-b470-3d0d9f0492f9/?format=api"
                },
                {
                    "id": "d1cad7cb-b31a-4312-8d5e-83dfcacd9999",
                    "gambit_id": "62b72c6f-180c-4ca1-bf67-09a4d88e462a",
                    "last_updated": "2023-11-21T14:43:25.257586-05:00",
                    "created_at": "2023-11-20T09:48:12.389387-05:00",
                    "name": "1 to 5",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d84dd381-41d7-4661-b470-3d0d9f0492f9/?format=api"
                }
            ]
        }
    ]
}