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/745a36eb-521a-45e2-9d0b-0ec38dbb4088/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "745a36eb-521a-45e2-9d0b-0ec38dbb4088",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "f6e33676-7fde-4a95-9a57-6059927ce5f6",
    "completed": true,
    "last_updated": "2023-08-23T09:58:08.074917-04:00",
    "created_at": "2023-08-20T21:07:57.621545-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/f6e33676-7fde-4a95-9a57-6059927ce5f6",
    "datetime": "2023-08-21T22:59:00-04:00",
    "cutoff_datetime": "2023-08-21T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 21st 2023",
    "bettypes": [
        {
            "id": "fa1e8358-4db3-4b57-b8bb-293c5d888b9c",
            "match": "https://api-prod.gambitprofit.com/api/matches/745a36eb-521a-45e2-9d0b-0ec38dbb4088/?format=api",
            "name": "FreeForm",
            "created_at": "2023-08-20T21:07:57.632591-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": "5addd5c4-0463-40c0-b003-4a88f568b38a",
                    "gambit_id": "58da9b8f-aa04-46ec-81b1-2ce3f53ef86a",
                    "last_updated": "2023-08-23T09:58:08.101257-04:00",
                    "created_at": "2023-08-20T21:07:57.649802-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa1e8358-4db3-4b57-b8bb-293c5d888b9c/?format=api"
                },
                {
                    "id": "ae61db02-76b1-4c9d-9fd9-45de8209550b",
                    "gambit_id": "44ec82b5-3b18-42d5-bd03-7f43b4ba838b",
                    "last_updated": "2023-08-23T09:58:08.092800-04:00",
                    "created_at": "2023-08-20T21:07:57.641171-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa1e8358-4db3-4b57-b8bb-293c5d888b9c/?format=api"
                },
                {
                    "id": "ea7dea2a-6baf-403e-b30f-d152358e53db",
                    "gambit_id": "bffde177-6a77-4e8c-8cff-300cc3836a3a",
                    "last_updated": "2023-08-23T09:58:08.096842-04:00",
                    "created_at": "2023-08-20T21:07:57.645609-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa1e8358-4db3-4b57-b8bb-293c5d888b9c/?format=api"
                },
                {
                    "id": "bf6522b2-86cb-47ee-9392-126d59253b2e",
                    "gambit_id": "350a127b-0100-4743-8753-4c6edf034a52",
                    "last_updated": "2023-08-23T09:58:08.105605-04:00",
                    "created_at": "2023-08-20T21:07:57.654401-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa1e8358-4db3-4b57-b8bb-293c5d888b9c/?format=api"
                },
                {
                    "id": "888a4072-0eae-4449-8b44-fa8e05d58e32",
                    "gambit_id": "e40d7c5e-4402-4216-a168-0bf0be0b3c18",
                    "last_updated": "2023-08-23T09:58:08.087750-04:00",
                    "created_at": "2023-08-20T21:07:57.636863-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa1e8358-4db3-4b57-b8bb-293c5d888b9c/?format=api"
                }
            ]
        }
    ]
}