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/6f8566e9-829f-42e8-aed8-3da0560d2c16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f8566e9-829f-42e8-aed8-3da0560d2c16",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "850fc35f-ec06-40b6-9091-318969de9f7e",
    "completed": true,
    "last_updated": "2024-01-19T12:13:16.663238-05:00",
    "created_at": "2024-01-17T09:28:13.986363-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/850fc35f-ec06-40b6-9091-318969de9f7e",
    "datetime": "2024-01-17T22:59:00-05:00",
    "cutoff_datetime": "2024-01-17T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 17th 2024",
    "bettypes": [
        {
            "id": "852a92ec-6892-4eea-a473-461d63c3a57b",
            "match": "https://api-prod.gambitprofit.com/api/matches/6f8566e9-829f-42e8-aed8-3da0560d2c16/?format=api",
            "name": "FreeForm",
            "created_at": "2024-01-17T09:28:14.018525-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": "ea5c0efd-ab89-45a0-a179-84550ba7ad8a",
                    "gambit_id": "73faa35b-6dec-49cf-ac70-c8f7017dc3d9",
                    "last_updated": "2024-01-19T12:13:16.687505-05:00",
                    "created_at": "2024-01-17T09:28:14.046960-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/852a92ec-6892-4eea-a473-461d63c3a57b/?format=api"
                },
                {
                    "id": "08843684-152d-4d41-a9d4-06ff9ce02510",
                    "gambit_id": "b5778898-293f-4138-9bb2-bb5df60d7a86",
                    "last_updated": "2024-01-19T12:13:16.684201-05:00",
                    "created_at": "2024-01-17T09:28:14.041644-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/852a92ec-6892-4eea-a473-461d63c3a57b/?format=api"
                },
                {
                    "id": "9a08fd88-a437-468b-9609-e8e6c2c610c9",
                    "gambit_id": "52f574d0-355c-4abd-b5c1-79081040e907",
                    "last_updated": "2024-01-19T12:13:16.673431-05:00",
                    "created_at": "2024-01-17T09:28:14.024619-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/852a92ec-6892-4eea-a473-461d63c3a57b/?format=api"
                },
                {
                    "id": "8a241b9a-e002-4f32-9c63-29b2854eb1d6",
                    "gambit_id": "3e235eb1-a081-43e0-9f27-38dbccd4b855",
                    "last_updated": "2024-01-19T12:13:16.677561-05:00",
                    "created_at": "2024-01-17T09:28:14.030611-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/852a92ec-6892-4eea-a473-461d63c3a57b/?format=api"
                },
                {
                    "id": "e8d1ad89-79e3-404a-b2ec-fa985efbc575",
                    "gambit_id": "497b8e34-60cc-4710-acd3-8f3278ef57c5",
                    "last_updated": "2024-01-19T12:13:16.680899-05:00",
                    "created_at": "2024-01-17T09:28:14.036434-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/852a92ec-6892-4eea-a473-461d63c3a57b/?format=api"
                }
            ]
        }
    ]
}