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/005bb3f7-239b-447a-a6a5-c594d92df362/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "005bb3f7-239b-447a-a6a5-c594d92df362",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "1e4987f6-36c7-4c4a-bbd6-997576018e63",
    "completed": true,
    "last_updated": "2023-06-22T11:03:11.604368-04:00",
    "created_at": "2023-06-21T08:33:16.998419-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/1e4987f6-36c7-4c4a-bbd6-997576018e63",
    "datetime": "2023-06-21T22:59:00-04:00",
    "cutoff_datetime": "2023-06-21T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - June 21st 2023",
    "bettypes": [
        {
            "id": "32b6e0e9-5fee-4a92-90c4-0b3c94597d61",
            "match": "https://api-prod.gambitprofit.com/api/matches/005bb3f7-239b-447a-a6a5-c594d92df362/?format=api",
            "name": "FreeForm",
            "created_at": "2023-06-21T08:33:17.000898-04: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": "46305146-8ff5-4ca9-8fe2-9c0d31cd56d0",
                    "gambit_id": "d54d0495-0c32-47aa-99b5-a096cc195fae",
                    "last_updated": "2023-06-22T11:03:11.619217-04:00",
                    "created_at": "2023-06-21T08:33:17.009692-04:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32b6e0e9-5fee-4a92-90c4-0b3c94597d61/?format=api"
                },
                {
                    "id": "14685d91-feb8-4bdb-a598-5e647c947b3d",
                    "gambit_id": "bf2f6b35-f5de-4ab1-8b4c-f2bb71a8d85f",
                    "last_updated": "2023-06-22T11:03:11.614797-04:00",
                    "created_at": "2023-06-21T08:33:17.005338-04:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32b6e0e9-5fee-4a92-90c4-0b3c94597d61/?format=api"
                },
                {
                    "id": "60d792b1-e100-4306-8ba4-bb3361f7d359",
                    "gambit_id": "6763d77c-8261-48f3-a51c-4ae172d0a4d1",
                    "last_updated": "2023-06-22T11:03:11.617029-04:00",
                    "created_at": "2023-06-21T08:33:17.007556-04:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32b6e0e9-5fee-4a92-90c4-0b3c94597d61/?format=api"
                },
                {
                    "id": "495d9ba8-f338-44a2-96af-41fea82a2020",
                    "gambit_id": "81d2ceec-f2a5-4cf3-9262-c18414b16434",
                    "last_updated": "2023-06-22T11:03:11.609756-04:00",
                    "created_at": "2023-06-21T08:33:17.012059-04:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32b6e0e9-5fee-4a92-90c4-0b3c94597d61/?format=api"
                },
                {
                    "id": "b57df425-400c-47f2-9dff-ddc645e3b24f",
                    "gambit_id": "77c7c96d-9139-4a02-b61f-7d4fbe718ed4",
                    "last_updated": "2023-06-22T11:03:11.612356-04:00",
                    "created_at": "2023-06-21T08:33:17.003001-04:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32b6e0e9-5fee-4a92-90c4-0b3c94597d61/?format=api"
                }
            ]
        }
    ]
}