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/704a18e0-183a-4e53-8657-2f4a236e2749/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "704a18e0-183a-4e53-8657-2f4a236e2749",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "7039dc18-85b3-4fa0-93a2-371a5dbee340",
    "completed": true,
    "last_updated": "2022-08-25T10:56:57.134817-04:00",
    "created_at": "1969-12-31T19:00:00-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/7039dc18-85b3-4fa0-93a2-371a5dbee340",
    "datetime": "2022-08-24T22:59:00-04:00",
    "cutoff_datetime": "2022-08-24T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 24th 2022",
    "bettypes": [
        {
            "id": "5b152a5f-d240-4d12-87e8-79a5728b0f63",
            "match": "https://api-prod.gambitprofit.com/api/matches/704a18e0-183a-4e53-8657-2f4a236e2749/?format=api",
            "name": "FreeForm",
            "created_at": "1969-12-31T19:00:00-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": "443dfe77-e985-4c99-b201-a466e8bf23c7",
                    "gambit_id": "81127a2a-9daf-401c-9a7f-0aa60e75a71f",
                    "last_updated": "2022-08-25T10:56:57.135830-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.70000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b152a5f-d240-4d12-87e8-79a5728b0f63/?format=api"
                },
                {
                    "id": "0651b76a-a9f2-4d69-a53d-5f188f0e6c99",
                    "gambit_id": "25d2da12-57ab-408f-bc3e-5c93b1fc6850",
                    "last_updated": "2022-08-25T10:56:57.136831-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.38000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b152a5f-d240-4d12-87e8-79a5728b0f63/?format=api"
                },
                {
                    "id": "74aa3a67-979f-4b2e-9953-d23e793c93f5",
                    "gambit_id": "138bb1c2-17da-4750-8ed6-a60994a7635e",
                    "last_updated": "2022-08-25T10:56:57.137803-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.38000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b152a5f-d240-4d12-87e8-79a5728b0f63/?format=api"
                },
                {
                    "id": "37214043-69c4-42f6-a965-e697d4b2ac40",
                    "gambit_id": "424b5507-9c08-4431-91e2-a5036f68387d",
                    "last_updated": "2022-08-25T10:56:57.136360-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.38000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b152a5f-d240-4d12-87e8-79a5728b0f63/?format=api"
                },
                {
                    "id": "84bd1fb2-cb9a-46e8-b7ee-2ae109e7caac",
                    "gambit_id": "0ccd74c6-4a04-4585-b975-f2e50f654a22",
                    "last_updated": "2022-08-25T10:56:57.137314-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.38000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b152a5f-d240-4d12-87e8-79a5728b0f63/?format=api"
                }
            ]
        }
    ]
}