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/0e4237a5-70b3-4e6a-8e78-92a32e04a786/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e4237a5-70b3-4e6a-8e78-92a32e04a786",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "383e1a43-5b86-4293-9cc2-21bc2b2bea76",
    "completed": true,
    "last_updated": "2023-11-14T10:18:18.001279-05:00",
    "created_at": "2023-11-13T09:18:00.258948-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/383e1a43-5b86-4293-9cc2-21bc2b2bea76",
    "datetime": "2023-11-13T22:59:00-05:00",
    "cutoff_datetime": "2023-11-13T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 13th 2023",
    "bettypes": [
        {
            "id": "ae9cf561-cb4b-4de1-a531-2d6d291149b4",
            "match": "https://api-prod.gambitprofit.com/api/matches/0e4237a5-70b3-4e6a-8e78-92a32e04a786/?format=api",
            "name": "FreeForm",
            "created_at": "2023-11-13T09:18:00.268661-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": "30d3e385-c136-4f57-9b5e-44ca6a88408b",
                    "gambit_id": "c0829a85-93de-4404-a562-2210100df4a3",
                    "last_updated": "2023-11-14T10:18:18.029311-05:00",
                    "created_at": "2023-11-13T09:18:00.288540-05:00",
                    "name": "21 to 26",
                    "reward": "3.85000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae9cf561-cb4b-4de1-a531-2d6d291149b4/?format=api"
                },
                {
                    "id": "7b494ae3-71b5-493a-86c7-0f729d0f48b8",
                    "gambit_id": "db33db74-abb4-41f4-aac2-0f91ba049753",
                    "last_updated": "2023-11-14T10:18:18.026074-05:00",
                    "created_at": "2023-11-13T09:18:00.284723-05:00",
                    "name": "16 to 20",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae9cf561-cb4b-4de1-a531-2d6d291149b4/?format=api"
                },
                {
                    "id": "61d313cc-d5b4-467a-b432-b11cec2cd924",
                    "gambit_id": "19a184bf-2fca-498f-8845-3b2a64652e15",
                    "last_updated": "2023-11-14T10:18:18.022776-05:00",
                    "created_at": "2023-11-13T09:18:00.280466-05:00",
                    "name": "11 to 15",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae9cf561-cb4b-4de1-a531-2d6d291149b4/?format=api"
                },
                {
                    "id": "c989e657-b1f2-4351-9de9-fe28da7051f1",
                    "gambit_id": "75c90651-7dbf-44e9-a36f-0da479ba43ce",
                    "last_updated": "2023-11-14T10:18:18.019328-05:00",
                    "created_at": "2023-11-13T09:18:00.276702-05:00",
                    "name": "6 to 10",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae9cf561-cb4b-4de1-a531-2d6d291149b4/?format=api"
                },
                {
                    "id": "e15c7668-ed61-41cd-9246-d90a4610e6f3",
                    "gambit_id": "413e0d70-3b99-4d45-86db-a3ebd85f9c00",
                    "last_updated": "2023-11-14T10:18:18.015539-05:00",
                    "created_at": "2023-11-13T09:18:00.272277-05:00",
                    "name": "1 to 5",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae9cf561-cb4b-4de1-a531-2d6d291149b4/?format=api"
                }
            ]
        }
    ]
}