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/8f5c67c3-c435-4fea-93a8-e4c6513ab536/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f5c67c3-c435-4fea-93a8-e4c6513ab536",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "53457e00-7378-426d-81a7-5656a2c641a0",
    "completed": true,
    "last_updated": "2024-01-09T10:48:30.336161-05:00",
    "created_at": "2024-01-06T09:23:27.644362-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/53457e00-7378-426d-81a7-5656a2c641a0",
    "datetime": "2024-01-06T22:59:00-05:00",
    "cutoff_datetime": "2024-01-06T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 6th 2024",
    "bettypes": [
        {
            "id": "7cde35ca-d2b0-448c-8f2b-c90663a93633",
            "match": "https://api-prod.gambitprofit.com/api/matches/8f5c67c3-c435-4fea-93a8-e4c6513ab536/?format=api",
            "name": "FreeForm",
            "created_at": "2024-01-06T09:23:27.649927-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": "3b580daa-8f88-4137-9eb8-69b1b7ba36f0",
                    "gambit_id": "3fe8574f-fd44-4eba-8644-d3ecec1a91ef",
                    "last_updated": "2024-01-09T10:48:30.364571-05:00",
                    "created_at": "2024-01-06T09:23:27.670988-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cde35ca-d2b0-448c-8f2b-c90663a93633/?format=api"
                },
                {
                    "id": "77d43000-9db4-478c-af4d-724453405fc2",
                    "gambit_id": "643798d2-40df-465e-8211-fb33e7bcc26a",
                    "last_updated": "2024-01-09T10:48:30.357658-05:00",
                    "created_at": "2024-01-06T09:23:27.662884-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cde35ca-d2b0-448c-8f2b-c90663a93633/?format=api"
                },
                {
                    "id": "abc086a3-9ae4-4b19-83b0-4fc033a001a5",
                    "gambit_id": "96d45bec-832c-4a07-88b4-75e7e3823b3f",
                    "last_updated": "2024-01-09T10:48:30.360853-05:00",
                    "created_at": "2024-01-06T09:23:27.666988-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cde35ca-d2b0-448c-8f2b-c90663a93633/?format=api"
                },
                {
                    "id": "fd533367-8214-4a3d-9cf3-a5b8060b2f31",
                    "gambit_id": "37c460e5-a17f-4dff-bf84-20dbe4bce268",
                    "last_updated": "2024-01-09T10:48:30.350520-05:00",
                    "created_at": "2024-01-06T09:23:27.654120-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cde35ca-d2b0-448c-8f2b-c90663a93633/?format=api"
                },
                {
                    "id": "30e074ec-f204-4450-b766-612c322b03ca",
                    "gambit_id": "ada18274-4c5e-4e45-a679-de75e6d76b06",
                    "last_updated": "2024-01-09T10:48:30.354229-05:00",
                    "created_at": "2024-01-06T09:23:27.658495-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cde35ca-d2b0-448c-8f2b-c90663a93633/?format=api"
                }
            ]
        }
    ]
}