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/f21edc69-92cb-40fe-adf5-bfbf17f13cfb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f21edc69-92cb-40fe-adf5-bfbf17f13cfb",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "0881313a-950f-4f62-b4c1-a820062724ad",
    "completed": true,
    "last_updated": "2023-11-06T09:08:33.619812-05:00",
    "created_at": "2023-11-04T09:53:06.935053-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/0881313a-950f-4f62-b4c1-a820062724ad",
    "datetime": "2023-11-04T22:59:00-04:00",
    "cutoff_datetime": "2023-11-04T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 4th 2023",
    "bettypes": [
        {
            "id": "dc7f469a-a188-414d-a1f8-d3082f163236",
            "match": "https://api-prod.gambitprofit.com/api/matches/f21edc69-92cb-40fe-adf5-bfbf17f13cfb/?format=api",
            "name": "FreeForm",
            "created_at": "2023-11-04T09:53:06.944316-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": "7873737e-9054-4ae7-9116-e353e1deaf82",
                    "gambit_id": "a093ad78-8b93-4c87-857b-2614cf817424",
                    "last_updated": "2023-11-06T09:08:33.646646-05:00",
                    "created_at": "2023-11-04T09:53:06.969792-04:00",
                    "name": "21 to 26",
                    "reward": "3.85000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc7f469a-a188-414d-a1f8-d3082f163236/?format=api"
                },
                {
                    "id": "f2e31eb4-509c-446b-819a-97b62bf6ed19",
                    "gambit_id": "f321c4b0-8caa-4349-ad74-ff7e8f51e2e2",
                    "last_updated": "2023-11-06T09:08:33.632872-05:00",
                    "created_at": "2023-11-04T09:53:06.949873-04:00",
                    "name": "1 to 5",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc7f469a-a188-414d-a1f8-d3082f163236/?format=api"
                },
                {
                    "id": "eb37e5ea-9f09-4569-8847-b1822e387cc1",
                    "gambit_id": "052c4911-d595-4375-9d8b-ce785f2e1ea5",
                    "last_updated": "2023-11-06T09:08:33.636448-05:00",
                    "created_at": "2023-11-04T09:53:06.954440-04:00",
                    "name": "6 to 10",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc7f469a-a188-414d-a1f8-d3082f163236/?format=api"
                },
                {
                    "id": "31f3a053-ff80-40d5-b99b-f1b463543508",
                    "gambit_id": "f4b0714c-08d2-41a8-9a59-a43e05575423",
                    "last_updated": "2023-11-06T09:08:33.639598-05:00",
                    "created_at": "2023-11-04T09:53:06.959818-04:00",
                    "name": "11 to 15",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc7f469a-a188-414d-a1f8-d3082f163236/?format=api"
                },
                {
                    "id": "6a3fd455-8362-46a6-b1fa-4c90294e2f29",
                    "gambit_id": "bda85a1d-485b-427e-a8fc-2c1518fb8216",
                    "last_updated": "2023-11-06T09:08:33.642781-05:00",
                    "created_at": "2023-11-04T09:53:06.964906-04:00",
                    "name": "16 to 20",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc7f469a-a188-414d-a1f8-d3082f163236/?format=api"
                }
            ]
        }
    ]
}