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/4781a320-ffde-4049-8206-f8e9f4057662/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4781a320-ffde-4049-8206-f8e9f4057662",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "237629d5-9b21-48f5-84fa-df79015288c8",
    "completed": true,
    "last_updated": "2022-08-08T12:21:54.884206-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.12,
    "sport_category": "League of Legends - LPL Summer Split",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/237629d5-9b21-48f5-84fa-df79015288c8",
    "datetime": "2022-08-07T05:15:00-04:00",
    "cutoff_datetime": "2022-08-07T05:15:00-04:00",
    "name": "Ultra Prime v. Victory Five",
    "bettypes": [
        {
            "id": "51ed3e65-bcc5-41cd-a2cc-0975743a8a18",
            "match": "https://api-prod.gambitprofit.com/api/matches/4781a320-ffde-4049-8206-f8e9f4057662/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Victory Five",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10500.0,
                "profit_sb": 1500.0,
                "profit_sb_percentage": 16.67,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Victory Five",
                        "amount": 8753.0
                    },
                    {
                        "team": "Ultra Prime",
                        "amount": 1247.0
                    }
                ],
                "expected_reward_tokens": 9190.39,
                "profit_sb": 190.39,
                "profit_sb_percentage": 2.12,
                "recommended": true
            },
            "lines": [
                {
                    "id": "38a5eb7a-db2b-4042-aa8b-378f97e32be3",
                    "gambit_id": "ae9f6780-b428-4d13-bde4-48ecd010b7d4",
                    "last_updated": "2022-08-08T12:21:54.885198-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Victory Five",
                    "reward": "1.05000",
                    "odds": "1.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51ed3e65-bcc5-41cd-a2cc-0975743a8a18/?format=api"
                },
                {
                    "id": "33a233ed-f0a6-4b7e-9157-f0daf5c14c4a",
                    "gambit_id": "814c97f9-65d0-4dc9-be83-141d0b4c2d13",
                    "last_updated": "2022-08-08T12:21:54.885796-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ultra Prime",
                    "reward": "7.37000",
                    "odds": "8.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51ed3e65-bcc5-41cd-a2cc-0975743a8a18/?format=api"
                }
            ]
        }
    ]
}