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/a4c010c7-8d00-4d43-b5fc-470b1d0c15ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4c010c7-8d00-4d43-b5fc-470b1d0c15ac",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "2560702a-3325-4643-aea2-68a5c4abbdcf",
    "completed": true,
    "last_updated": "2023-02-23T09:26:55.757095-05:00",
    "created_at": "2023-02-22T08:52:02.310687-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.84,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/2560702a-3325-4643-aea2-68a5c4abbdcf",
    "datetime": "2023-02-22T21:37:00-05:00",
    "cutoff_datetime": "2023-02-22T21:37:00-05:00",
    "name": "Chicago Blackhawks v. Dallas Stars",
    "bettypes": [
        {
            "id": "7b98b30a-c83d-464b-8b2c-da2fb18038ab",
            "match": "https://api-prod.gambitprofit.com/api/matches/a4c010c7-8d00-4d43-b5fc-470b1d0c15ac/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-02-22T08:52:02.320444-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": "Dallas Stars",
                        "amount": 7790.0
                    },
                    {
                        "team": "Chicago Blackhawks",
                        "amount": 2210.0
                    }
                ],
                "expected_reward_tokens": 9503.0,
                "profit_sb": 3.0,
                "profit_sb_percentage": 0.03,
                "recommended": true
            },
            "lines": [
                {
                    "id": "979f14e2-1a96-4ac3-b949-047089d3ca01",
                    "gambit_id": "644b2930-a2b8-4dd7-8331-f1a771929f6a",
                    "last_updated": "2023-02-23T09:26:55.767324-05:00",
                    "created_at": "2023-02-22T08:52:02.321664-05:00",
                    "name": "Dallas Stars",
                    "reward": "1.22000",
                    "odds": "1.22730",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b98b30a-c83d-464b-8b2c-da2fb18038ab/?format=api"
                },
                {
                    "id": "0b3e929f-7430-4b74-9dfa-c963d0e5b873",
                    "gambit_id": "4043fdb6-1074-4239-9921-61b2b5896465",
                    "last_updated": "2023-02-23T09:26:55.768512-05:00",
                    "created_at": "2023-02-22T08:52:02.322966-05:00",
                    "name": "Chicago Blackhawks",
                    "reward": "4.30000",
                    "odds": "4.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b98b30a-c83d-464b-8b2c-da2fb18038ab/?format=api"
                }
            ]
        },
        {
            "id": "280e03e2-fcbe-4a75-85fd-1b084b43f8e9",
            "match": "https://api-prod.gambitprofit.com/api/matches/a4c010c7-8d00-4d43-b5fc-470b1d0c15ac/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-02-22T08:52:02.316483-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": "Dallas Stars",
                        "amount": 6025.0
                    },
                    {
                        "team": "Chicago Blackhawks",
                        "amount": 3975.0
                    }
                ],
                "expected_reward_tokens": 9579.75,
                "profit_sb": 79.75,
                "profit_sb_percentage": 0.84,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3263501b-1e28-4e18-9ee4-9c7c50f0f770",
                    "gambit_id": "fc441e0f-7ff3-4671-94ef-fe1e4cfc6926",
                    "last_updated": "2023-02-23T09:26:55.763756-05:00",
                    "created_at": "2023-02-22T08:52:02.317771-05:00",
                    "name": "Dallas Stars",
                    "reward": "1.59000",
                    "odds": "1.60610",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/280e03e2-fcbe-4a75-85fd-1b084b43f8e9/?format=api"
                },
                {
                    "id": "c9d693e3-f3db-491e-ae69-c2187f7d1e3e",
                    "gambit_id": "e84254f5-4c91-4dc6-81e3-249ca6832cc4",
                    "last_updated": "2023-02-23T09:26:55.764935-05:00",
                    "created_at": "2023-02-22T08:52:02.319079-05:00",
                    "name": "Chicago Blackhawks",
                    "reward": "2.41000",
                    "odds": "2.45000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/280e03e2-fcbe-4a75-85fd-1b084b43f8e9/?format=api"
                }
            ]
        },
        {
            "id": "2d77ce6f-581c-451b-851f-cd51682f4d33",
            "match": "https://api-prod.gambitprofit.com/api/matches/a4c010c7-8d00-4d43-b5fc-470b1d0c15ac/?format=api",
            "name": "Over/Under",
            "created_at": "2023-02-22T08:52:02.312514-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 Under 6",
                        "amount": 5212.0
                    },
                    {
                        "team": "Game Total Over 6",
                        "amount": 4788.0
                    }
                ],
                "expected_reward_tokens": 9432.36,
                "profit_sb": -67.64,
                "profit_sb_percentage": -0.71,
                "recommended": false
            },
            "lines": [
                {
                    "id": "75e50dd9-b60f-4eb9-aa8d-b559d2c4e9b1",
                    "gambit_id": "89c6f039-3437-40ac-ac87-f533e6789583",
                    "last_updated": "2023-02-23T09:26:55.760098-05:00",
                    "created_at": "2023-02-22T08:52:02.313821-05:00",
                    "name": "Game Total Under 6",
                    "reward": "1.81000",
                    "odds": "1.83330",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d77ce6f-581c-451b-851f-cd51682f4d33/?format=api"
                },
                {
                    "id": "74f64a62-4849-47ec-a3fd-269d8e39a9d9",
                    "gambit_id": "b1afec24-5463-4d0c-b8d7-33c2ba1d740c",
                    "last_updated": "2023-02-23T09:26:55.761334-05:00",
                    "created_at": "2023-02-22T08:52:02.315115-05:00",
                    "name": "Game Total Over 6",
                    "reward": "1.97000",
                    "odds": "2.00000",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d77ce6f-581c-451b-851f-cd51682f4d33/?format=api"
                }
            ]
        }
    ]
}