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/7f0ec601-6dbe-496e-8542-491608461bec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f0ec601-6dbe-496e-8542-491608461bec",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "3c4275bb-851a-4bbf-81b4-ff3a0dcdc880",
    "completed": true,
    "last_updated": "2023-06-10T13:58:20.431828-04:00",
    "created_at": "2023-06-07T19:08:26.140670-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.41,
    "sport_category": "WTA French Open",
    "sport": "Tennis",
    "url": "https://app.gambitrewards.com/match/3c4275bb-851a-4bbf-81b4-ff3a0dcdc880",
    "datetime": "2023-06-08T10:15:00-04:00",
    "cutoff_datetime": "2023-06-08T10:15:00-04:00",
    "name": "Iga Swiatek v. Beatriz Haddad Maia",
    "bettypes": [
        {
            "id": "6f2da950-c94f-4227-8218-0c2a1dc9c37f",
            "match": "https://api-prod.gambitprofit.com/api/matches/7f0ec601-6dbe-496e-8542-491608461bec/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-07T19:08:26.144123-04:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Iga Swiatek",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10500.0,
                "profit_sb": 1000.0,
                "profit_sb_percentage": 10.53,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Iga Swiatek",
                        "amount": 8921.0
                    },
                    {
                        "team": "Beatriz Haddad Maia",
                        "amount": 1079.0
                    }
                ],
                "expected_reward_tokens": 9365.72,
                "profit_sb": -134.28,
                "profit_sb_percentage": -1.41,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e1f8dc67-33f6-40a6-ab61-3b151f7812c6",
                    "gambit_id": "d8375f6a-cc20-4beb-a45d-cf6ccf180ebf",
                    "last_updated": "2023-06-10T13:58:20.438020-04:00",
                    "created_at": "2023-06-07T19:08:26.146626-04:00",
                    "name": "Iga Swiatek",
                    "reward": "1.05000",
                    "odds": "1.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f2da950-c94f-4227-8218-0c2a1dc9c37f/?format=api"
                },
                {
                    "id": "df836b4b-7446-424a-890a-961da5c58790",
                    "gambit_id": "b9eae5ae-5731-422c-8361-d8adae173322",
                    "last_updated": "2023-06-10T13:58:20.441064-04:00",
                    "created_at": "2023-06-07T19:08:26.149334-04:00",
                    "name": "Beatriz Haddad Maia",
                    "reward": "8.68000",
                    "odds": "9.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f2da950-c94f-4227-8218-0c2a1dc9c37f/?format=api"
                }
            ]
        }
    ]
}