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/e523647f-ab91-4c87-829d-411a019b4dcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e523647f-ab91-4c87-829d-411a019b4dcf",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "6fd0d738-9702-424c-ad54-e941bf8352af",
    "completed": true,
    "last_updated": "2023-12-07T22:03:15.825786-05:00",
    "created_at": "2023-12-06T09:13:09.293146-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/6fd0d738-9702-424c-ad54-e941bf8352af",
    "datetime": "2023-12-06T22:59:00-05:00",
    "cutoff_datetime": "2023-12-06T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 6th 2023",
    "bettypes": [
        {
            "id": "7835c5d0-24be-4f79-8ca0-024eb6eca2f0",
            "match": "https://api-prod.gambitprofit.com/api/matches/e523647f-ab91-4c87-829d-411a019b4dcf/?format=api",
            "name": "FreeForm",
            "created_at": "2023-12-06T09:13:09.304577-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": "390abe5d-71e7-4673-b542-720b46fedc78",
                    "gambit_id": "f266fa7a-9165-4a35-8ff1-50776a1ea9e8",
                    "last_updated": "2023-12-07T22:03:15.847954-05:00",
                    "created_at": "2023-12-06T09:13:09.356578-05:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7835c5d0-24be-4f79-8ca0-024eb6eca2f0/?format=api"
                },
                {
                    "id": "003b13b3-e9e6-499a-8a07-42c246eb102c",
                    "gambit_id": "f433ce53-b448-4fa9-b790-171ed661410d",
                    "last_updated": "2023-12-07T22:03:15.834087-05:00",
                    "created_at": "2023-12-06T09:13:09.309393-05:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7835c5d0-24be-4f79-8ca0-024eb6eca2f0/?format=api"
                },
                {
                    "id": "405e2e20-0c50-45ae-8cb6-53332c4d2b36",
                    "gambit_id": "de0f30b8-5e22-4d31-b531-fc76d0702694",
                    "last_updated": "2023-12-07T22:03:15.837556-05:00",
                    "created_at": "2023-12-06T09:13:09.321069-05:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7835c5d0-24be-4f79-8ca0-024eb6eca2f0/?format=api"
                },
                {
                    "id": "b990fe01-e98a-4969-9983-0e8e2a31a7d8",
                    "gambit_id": "3f66f1f9-e69d-4c45-b98e-9a66516e5ea0",
                    "last_updated": "2023-12-07T22:03:15.841129-05:00",
                    "created_at": "2023-12-06T09:13:09.337308-05:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7835c5d0-24be-4f79-8ca0-024eb6eca2f0/?format=api"
                },
                {
                    "id": "d4ddd772-3bfc-4832-a2db-19e1729bf7c2",
                    "gambit_id": "86669654-6fb5-4fbb-b7cc-b82203426c10",
                    "last_updated": "2023-12-07T22:03:15.844554-05:00",
                    "created_at": "2023-12-06T09:13:09.352918-05:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7835c5d0-24be-4f79-8ca0-024eb6eca2f0/?format=api"
                }
            ]
        }
    ]
}