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/d9aa3fdf-4274-49e9-ba1f-47dee6b2336a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9aa3fdf-4274-49e9-ba1f-47dee6b2336a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "5ac313d4-8c7f-46a2-9b18-3beb201c3e17",
    "completed": true,
    "last_updated": "2023-11-20T15:43:12.460329-05:00",
    "created_at": "2023-11-18T09:38:28.079750-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/5ac313d4-8c7f-46a2-9b18-3beb201c3e17",
    "datetime": "2023-11-18T22:59:00-05:00",
    "cutoff_datetime": "2023-11-18T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 18th 2023",
    "bettypes": [
        {
            "id": "ea67ada2-eb03-47ae-a67f-d445c1463555",
            "match": "https://api-prod.gambitprofit.com/api/matches/d9aa3fdf-4274-49e9-ba1f-47dee6b2336a/?format=api",
            "name": "FreeForm",
            "created_at": "2023-11-18T09:38:28.084970-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": "84276465-4e06-4c8d-b417-3af0b788bb6d",
                    "gambit_id": "a0c6b59e-d838-44a2-aa99-12725b6a58d0",
                    "last_updated": "2023-11-20T15:43:12.485830-05:00",
                    "created_at": "2023-11-18T09:38:28.110322-05:00",
                    "name": "21 to 26",
                    "reward": "3.86000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea67ada2-eb03-47ae-a67f-d445c1463555/?format=api"
                },
                {
                    "id": "96358782-12d3-4fc1-8517-d0ef41710207",
                    "gambit_id": "c1b8a613-c9b3-4747-9230-3493e357c452",
                    "last_updated": "2023-11-20T15:43:12.470762-05:00",
                    "created_at": "2023-11-18T09:38:28.089595-05:00",
                    "name": "1 to 5",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea67ada2-eb03-47ae-a67f-d445c1463555/?format=api"
                },
                {
                    "id": "0b3495ea-521f-4260-8050-3faa84643d8f",
                    "gambit_id": "ebf7917d-d094-43fc-aa78-4986281fa9d5",
                    "last_updated": "2023-11-20T15:43:12.474739-05:00",
                    "created_at": "2023-11-18T09:38:28.093409-05:00",
                    "name": "6 to 10",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea67ada2-eb03-47ae-a67f-d445c1463555/?format=api"
                },
                {
                    "id": "4cfa3ddd-8177-435b-9aac-bc8bd3443e9d",
                    "gambit_id": "03645f00-2151-4f8c-a703-a3aecd5fba10",
                    "last_updated": "2023-11-20T15:43:12.478207-05:00",
                    "created_at": "2023-11-18T09:38:28.098796-05:00",
                    "name": "11 to 15",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea67ada2-eb03-47ae-a67f-d445c1463555/?format=api"
                },
                {
                    "id": "ec84cd27-cd24-4662-b482-741e513110a2",
                    "gambit_id": "0c4271e2-ab8a-4fdc-b0d4-cf15554a477f",
                    "last_updated": "2023-11-20T15:43:12.481699-05:00",
                    "created_at": "2023-11-18T09:38:28.104551-05:00",
                    "name": "16 to 20",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea67ada2-eb03-47ae-a67f-d445c1463555/?format=api"
                }
            ]
        }
    ]
}