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/c210e719-2433-4982-9ec0-9fab09799e47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c210e719-2433-4982-9ec0-9fab09799e47",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "0497f8cc-b9ed-489b-b3d5-ecdff7789bfe",
    "completed": true,
    "last_updated": "2022-09-11T21:17:13.510775-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.11,
    "sport_category": "US MLS",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/0497f8cc-b9ed-489b-b3d5-ecdff7789bfe",
    "datetime": "2022-09-10T15:30:00-04:00",
    "cutoff_datetime": "2022-09-10T15:30:00-04:00",
    "name": "Nashville SC v. Los Angeles Galaxy",
    "bettypes": [
        {
            "id": "7eae77a4-dfc6-4a58-ac1d-6dbe59d4c0b4",
            "match": "https://api-prod.gambitprofit.com/api/matches/c210e719-2433-4982-9ec0-9fab09799e47/?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": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Nashville SC",
                        "amount": 6716.0
                    },
                    {
                        "team": "Los Angeles Galaxy",
                        "amount": 3284.0
                    }
                ],
                "expected_reward_tokens": 11820.16,
                "profit_sb": 2820.16,
                "profit_sb_percentage": 31.34,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Nashville SC",
                        "amount": 5056.0
                    },
                    {
                        "team": "Los Angeles Galaxy",
                        "amount": 2472.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2472.0
                    }
                ],
                "expected_reward_tokens": 8898.56,
                "profit_sb": -101.44,
                "profit_sb_percentage": -1.13,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8987f3c9-ca56-4555-ab3d-6d17f507e84f",
                    "gambit_id": "8d989ffe-051e-4668-ba3c-cd77ef7fff75",
                    "last_updated": "2022-09-11T21:17:13.517707-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Nashville SC",
                    "reward": "1.76000",
                    "odds": "1.85000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7eae77a4-dfc6-4a58-ac1d-6dbe59d4c0b4/?format=api"
                },
                {
                    "id": "fbfa8627-18a4-47ee-ae25-7e4d33acafde",
                    "gambit_id": "029b2dd5-60f8-4ca6-a962-9e9e93ac59f1",
                    "last_updated": "2022-09-11T21:17:13.516693-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Los Angeles Galaxy",
                    "reward": "3.60000",
                    "odds": "3.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7eae77a4-dfc6-4a58-ac1d-6dbe59d4c0b4/?format=api"
                },
                {
                    "id": "6d3a9710-81f3-42a9-844e-350bc90efe9e",
                    "gambit_id": "165c739b-308f-46ec-b9db-bdc36bcacc7c",
                    "last_updated": "2022-09-11T21:17:13.518706-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "3.60000",
                    "odds": "3.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7eae77a4-dfc6-4a58-ac1d-6dbe59d4c0b4/?format=api"
                }
            ]
        },
        {
            "id": "f7363310-b730-46b9-a14c-3faa44996f86",
            "match": "https://api-prod.gambitprofit.com/api/matches/c210e719-2433-4982-9ec0-9fab09799e47/?format=api",
            "name": "Over/Under",
            "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": "Game Total Over 2.5",
                        "amount": 5838.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 4162.0
                    }
                ],
                "expected_reward_tokens": 8989.92,
                "profit_sb": -10.08,
                "profit_sb_percentage": -0.11,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9b7e877a-86dc-4218-ae23-da83467549a1",
                    "gambit_id": "aeb7d6f2-6c9e-4d9a-ae76-1661d51ac671",
                    "last_updated": "2022-09-11T21:17:13.514707-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.54000",
                    "odds": "1.60000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7363310-b730-46b9-a14c-3faa44996f86/?format=api"
                },
                {
                    "id": "168aa7cd-2a77-4cce-a7a4-45ea0667505d",
                    "gambit_id": "211cc662-1e3f-4384-8bb1-14b69bad2317",
                    "last_updated": "2022-09-11T21:17:13.513654-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "2.16000",
                    "odds": "2.30000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7363310-b730-46b9-a14c-3faa44996f86/?format=api"
                }
            ]
        }
    ]
}