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/1b050df5-e4e7-466d-9068-d95ef4852286/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b050df5-e4e7-466d-9068-d95ef4852286",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "bd9aa9bf-7330-4f43-be02-d8cc81fc1daa",
    "completed": true,
    "last_updated": "2022-11-07T10:27:44.290425-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.76,
    "sport_category": "CS:GO - Intel Extreme Masters",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/bd9aa9bf-7330-4f43-be02-d8cc81fc1daa",
    "datetime": "2022-11-05T11:15:00-04:00",
    "cutoff_datetime": "2022-11-05T11:15:00-04:00",
    "name": "Sprout v. BIG",
    "bettypes": [
        {
            "id": "89ccad48-4d9b-4602-a6fa-d314a78c2528",
            "match": "https://api-prod.gambitprofit.com/api/matches/1b050df5-e4e7-466d-9068-d95ef4852286/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "BIG",
                        "amount": 5646.0
                    },
                    {
                        "team": "Sprout",
                        "amount": 4354.0
                    }
                ],
                "expected_reward_tokens": 8751.3,
                "profit_sb": -248.7,
                "profit_sb_percentage": -2.76,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d1df1464-99f8-4b5f-b8cd-fe86356fc330",
                    "gambit_id": "88800107-243f-449e-a429-83762e2eb8cd",
                    "last_updated": "2022-11-07T10:27:44.293076-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "BIG",
                    "reward": "1.55000",
                    "odds": "1.62000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89ccad48-4d9b-4602-a6fa-d314a78c2528/?format=api"
                },
                {
                    "id": "fbe2e8e9-8ac4-4ded-98f1-ff93652dc508",
                    "gambit_id": "3b322867-9d54-49d0-8c72-b4fc182bf691",
                    "last_updated": "2022-11-07T10:27:44.294247-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Sprout",
                    "reward": "2.01000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89ccad48-4d9b-4602-a6fa-d314a78c2528/?format=api"
                }
            ]
        }
    ]
}