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/c075d3f0-5481-4fb4-a6b6-b1359fed6839/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c075d3f0-5481-4fb4-a6b6-b1359fed6839",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "aee94d8d-900f-4d85-987b-9ebef2ae41b3",
    "completed": true,
    "last_updated": "2023-01-17T11:27:14.258471-05:00",
    "created_at": "2023-01-16T09:57:09.436679-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/aee94d8d-900f-4d85-987b-9ebef2ae41b3",
    "datetime": "2023-01-16T22:59:00-05:00",
    "cutoff_datetime": "2023-01-16T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 16th 2023",
    "bettypes": [
        {
            "id": "0d233c00-79e2-496d-a0cf-801c5a43e2c2",
            "match": "https://api-prod.gambitprofit.com/api/matches/c075d3f0-5481-4fb4-a6b6-b1359fed6839/?format=api",
            "name": "FreeForm",
            "created_at": "2023-01-16T09:57:09.439832-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": "69fe2f63-9ec1-4bd5-aa45-0f4d782db769",
                    "gambit_id": "e9480992-77fe-4152-89f8-560622d583e1",
                    "last_updated": "2023-01-17T11:27:14.261264-05:00",
                    "created_at": "2023-01-16T09:57:09.442470-05:00",
                    "name": "21 to 26",
                    "reward": "3.58000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d233c00-79e2-496d-a0cf-801c5a43e2c2/?format=api"
                },
                {
                    "id": "eed1fca5-f08d-43c0-a24f-435300f76b46",
                    "gambit_id": "3a5bd744-9d34-40f0-8a1d-d8ec8e6e3df3",
                    "last_updated": "2023-01-17T11:27:14.262482-05:00",
                    "created_at": "2023-01-16T09:57:09.445150-05:00",
                    "name": "16 to 20",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d233c00-79e2-496d-a0cf-801c5a43e2c2/?format=api"
                },
                {
                    "id": "542041d7-04ac-47b0-ad58-1bebbb4befaf",
                    "gambit_id": "76d74ded-1520-43db-bd2f-d651f12cfa39",
                    "last_updated": "2023-01-17T11:27:14.263602-05:00",
                    "created_at": "2023-01-16T09:57:09.450944-05:00",
                    "name": "11 to 15",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d233c00-79e2-496d-a0cf-801c5a43e2c2/?format=api"
                },
                {
                    "id": "b7ca6d93-b1b6-43b5-ba87-afd2ad90291d",
                    "gambit_id": "a31ea6c3-02a4-447e-9588-dd0657f5c4e6",
                    "last_updated": "2023-01-17T11:27:14.264796-05:00",
                    "created_at": "2023-01-16T09:57:09.453562-05:00",
                    "name": "6 to 10",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d233c00-79e2-496d-a0cf-801c5a43e2c2/?format=api"
                },
                {
                    "id": "a3516d2c-77d9-4459-a6c1-fe62db3e8e3c",
                    "gambit_id": "dcd626a2-ae32-46ff-a27f-43798b97b890",
                    "last_updated": "2023-01-17T11:27:14.265940-05:00",
                    "created_at": "2023-01-16T09:57:09.456353-05:00",
                    "name": "1 to 5",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d233c00-79e2-496d-a0cf-801c5a43e2c2/?format=api"
                }
            ]
        }
    ]
}