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/127b16cc-9909-422c-827e-cd61387308d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "127b16cc-9909-422c-827e-cd61387308d7",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3f4e1970-cd74-4497-b0d6-feb63c9fbcd3",
    "completed": true,
    "last_updated": "2022-09-08T19:12:11.962474-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.48,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/3f4e1970-cd74-4497-b0d6-feb63c9fbcd3",
    "datetime": "2022-09-07T10:00:00-04:00",
    "cutoff_datetime": "2022-09-07T10:00:00-04:00",
    "name": "Outsiders v. BIG",
    "bettypes": [
        {
            "id": "f8f8c9bc-87eb-4a42-bea5-d9015ccfdd9e",
            "match": "https://api-prod.gambitprofit.com/api/matches/127b16cc-9909-422c-827e-cd61387308d7/?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": 5256.0
                    },
                    {
                        "team": "Outsiders",
                        "amount": 4744.0
                    }
                ],
                "expected_reward_tokens": 8776.4,
                "profit_sb": -223.6,
                "profit_sb_percentage": -2.48,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f7ec7ce1-6d1d-4d67-a66c-6c19adab412d",
                    "gambit_id": "60b91548-6c71-4e26-9019-7065f7d4a08f",
                    "last_updated": "2022-09-08T19:12:11.965139-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "BIG",
                    "reward": "1.67000",
                    "odds": "1.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8f8c9bc-87eb-4a42-bea5-d9015ccfdd9e/?format=api"
                },
                {
                    "id": "b3bf51fa-6009-43f6-a59d-6979c39a46ab",
                    "gambit_id": "d1b319b7-6bf9-4e8a-ab3a-00d0477cc8f5",
                    "last_updated": "2022-09-08T19:12:11.966236-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Outsiders",
                    "reward": "1.85000",
                    "odds": "1.95000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8f8c9bc-87eb-4a42-bea5-d9015ccfdd9e/?format=api"
                }
            ]
        }
    ]
}