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/9146e893-896e-4a22-9b1b-304c98c8dc3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9146e893-896e-4a22-9b1b-304c98c8dc3a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "2ffea515-44a9-454c-8b9c-36614b3019dc",
    "completed": true,
    "last_updated": "2023-07-10T10:18:21.438652-04:00",
    "created_at": "2023-07-08T09:58:15.274316-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/2ffea515-44a9-454c-8b9c-36614b3019dc",
    "datetime": "2023-07-08T22:59:00-04:00",
    "cutoff_datetime": "2023-07-08T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - July 8th 2023",
    "bettypes": [
        {
            "id": "e884ab33-3aa6-487a-986c-43e7c0aeaa28",
            "match": "https://api-prod.gambitprofit.com/api/matches/9146e893-896e-4a22-9b1b-304c98c8dc3a/?format=api",
            "name": "FreeForm",
            "created_at": "2023-07-08T09:58:15.277664-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": "870dedfc-516f-4a82-b0c1-70471b04ece8",
                    "gambit_id": "7dedabd1-140d-4043-93f3-f96f8e7e8aec",
                    "last_updated": "2023-07-10T10:18:21.452652-04:00",
                    "created_at": "2023-07-08T09:58:15.291245-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e884ab33-3aa6-487a-986c-43e7c0aeaa28/?format=api"
                },
                {
                    "id": "04311e17-3fe8-4ecf-a961-bc114b0c7a87",
                    "gambit_id": "fcc604b5-9da4-4e05-b3db-d1b0f2991257",
                    "last_updated": "2023-07-10T10:18:21.443057-04:00",
                    "created_at": "2023-07-08T09:58:15.280442-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e884ab33-3aa6-487a-986c-43e7c0aeaa28/?format=api"
                },
                {
                    "id": "ba759463-1858-40aa-93a2-a0d31099efab",
                    "gambit_id": "7f93a559-d7a0-4153-833e-20254038cf18",
                    "last_updated": "2023-07-10T10:18:21.445379-04:00",
                    "created_at": "2023-07-08T09:58:15.283151-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e884ab33-3aa6-487a-986c-43e7c0aeaa28/?format=api"
                },
                {
                    "id": "50e56a58-f0a5-4981-a178-5b3c7029cccd",
                    "gambit_id": "2b06fb21-7e9d-48f6-a833-e281b6da876c",
                    "last_updated": "2023-07-10T10:18:21.447772-04:00",
                    "created_at": "2023-07-08T09:58:15.285972-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e884ab33-3aa6-487a-986c-43e7c0aeaa28/?format=api"
                },
                {
                    "id": "7da4d8a9-6c45-4743-b7a6-a20c7cf687f8",
                    "gambit_id": "1589922a-8cb7-4644-9b6d-f23d6a707eb6",
                    "last_updated": "2023-07-10T10:18:21.449836-04:00",
                    "created_at": "2023-07-08T09:58:15.288508-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e884ab33-3aa6-487a-986c-43e7c0aeaa28/?format=api"
                }
            ]
        }
    ]
}