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/6395ac02-7080-423f-b40d-2da8cf647242/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6395ac02-7080-423f-b40d-2da8cf647242",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "af1f243f-8f07-43c1-9b08-25083f3f6c08",
    "completed": true,
    "last_updated": "2022-09-10T21:37:06.022059-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.69,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/af1f243f-8f07-43c1-9b08-25083f3f6c08",
    "datetime": "2022-09-08T13:30:00-04:00",
    "cutoff_datetime": "2022-09-08T13:30:00-04:00",
    "name": "Faze Clan v. Mibr",
    "bettypes": [
        {
            "id": "d5842e28-5c53-4316-9f1e-7874b665b8d7",
            "match": "https://api-prod.gambitprofit.com/api/matches/6395ac02-7080-423f-b40d-2da8cf647242/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Faze Clan",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10700.0,
                "profit_sb": 1700.0,
                "profit_sb_percentage": 18.89,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Faze Clan",
                        "amount": 8469.0
                    },
                    {
                        "team": "Mibr",
                        "amount": 1531.0
                    }
                ],
                "expected_reward_tokens": 9061.83,
                "profit_sb": 61.83,
                "profit_sb_percentage": 0.69,
                "recommended": true
            },
            "lines": [
                {
                    "id": "aa538d50-1213-452f-aac7-85d9c2209025",
                    "gambit_id": "70a9750b-6c02-447d-9030-e149a3806c61",
                    "last_updated": "2022-09-10T21:37:06.025174-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Faze Clan",
                    "reward": "1.07000",
                    "odds": "1.08000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5842e28-5c53-4316-9f1e-7874b665b8d7/?format=api"
                },
                {
                    "id": "2ef9fa97-a30c-4129-808a-b091bcfb7730",
                    "gambit_id": "4b5b1791-b96b-4e2d-bb4f-a7b407895649",
                    "last_updated": "2022-09-10T21:37:06.024243-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mibr",
                    "reward": "5.92000",
                    "odds": "6.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5842e28-5c53-4316-9f1e-7874b665b8d7/?format=api"
                }
            ]
        }
    ]
}