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/1837174c-92e7-41b7-8c73-eb2768ca3821/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1837174c-92e7-41b7-8c73-eb2768ca3821",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "47c7f8c5-3a9f-495d-b24f-260ccc9f8708",
    "completed": true,
    "last_updated": "2023-04-18T12:12:06.691746-04:00",
    "created_at": "2023-04-16T12:17:22.597440-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.25,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/47c7f8c5-3a9f-495d-b24f-260ccc9f8708",
    "datetime": "2023-04-16T13:35:00-04:00",
    "cutoff_datetime": "2023-04-16T13:35:00-04:00",
    "name": "CLE (S Bieber) v. WAS (P Corbin)",
    "bettypes": [
        {
            "id": "8a7d460e-ec9a-48b7-a295-55a5b71255c0",
            "match": "https://api-prod.gambitprofit.com/api/matches/1837174c-92e7-41b7-8c73-eb2768ca3821/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-16T12:17:22.620937-04: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": "CLE (S Bieber)",
                        "amount": 6627.0
                    },
                    {
                        "team": "WAS (P Corbin)",
                        "amount": 3373.0
                    }
                ],
                "expected_reward_tokens": 9476.61,
                "profit_sb": -23.39,
                "profit_sb_percentage": -0.25,
                "recommended": false
            },
            "lines": [
                {
                    "id": "bfe71e81-cc3c-431c-8056-00f34717fd9e",
                    "gambit_id": "c46cf2a3-9d41-4670-a180-441bf2b5a0f6",
                    "last_updated": "2023-04-18T12:12:06.710954-04:00",
                    "created_at": "2023-04-16T12:17:22.626687-04:00",
                    "name": "CLE (S Bieber)",
                    "reward": "1.43000",
                    "odds": "1.45450",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a7d460e-ec9a-48b7-a295-55a5b71255c0/?format=api"
                },
                {
                    "id": "a4bb3428-4565-497d-99d5-648022433617",
                    "gambit_id": "e63b13a3-9d0d-4cd8-9f08-e96ad2e90069",
                    "last_updated": "2023-04-18T12:12:06.708653-04:00",
                    "created_at": "2023-04-16T12:17:22.623920-04:00",
                    "name": "WAS (P Corbin)",
                    "reward": "2.81000",
                    "odds": "2.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a7d460e-ec9a-48b7-a295-55a5b71255c0/?format=api"
                }
            ]
        },
        {
            "id": "dfa4f5ff-0030-47d6-9fd3-d84c834909b4",
            "match": "https://api-prod.gambitprofit.com/api/matches/1837174c-92e7-41b7-8c73-eb2768ca3821/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-04-16T12:17:22.611991-04: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": "CLE",
                        "amount": 5512.0
                    },
                    {
                        "team": "WAS",
                        "amount": 4488.0
                    }
                ],
                "expected_reward_tokens": 9424.8,
                "profit_sb": -75.2,
                "profit_sb_percentage": -0.79,
                "recommended": false
            },
            "lines": [
                {
                    "id": "cd0879b6-9609-440c-890e-3281816fbcab",
                    "gambit_id": "0f1fb2f2-7a2a-45a9-97c1-a03955e464d0",
                    "last_updated": "2023-04-18T12:12:06.704402-04:00",
                    "created_at": "2023-04-16T12:17:22.617938-04:00",
                    "name": "CLE",
                    "reward": "1.71000",
                    "odds": "1.74070",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfa4f5ff-0030-47d6-9fd3-d84c834909b4/?format=api"
                },
                {
                    "id": "89d74fb0-62be-4149-9166-eaeba2b75770",
                    "gambit_id": "571e3197-502d-4fb5-b247-d093aab9ff0d",
                    "last_updated": "2023-04-18T12:12:06.702714-04:00",
                    "created_at": "2023-04-16T12:17:22.615043-04:00",
                    "name": "WAS",
                    "reward": "2.10000",
                    "odds": "2.15000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfa4f5ff-0030-47d6-9fd3-d84c834909b4/?format=api"
                }
            ]
        },
        {
            "id": "29e4706a-89a4-4ea2-8739-c684547dbd74",
            "match": "https://api-prod.gambitprofit.com/api/matches/1837174c-92e7-41b7-8c73-eb2768ca3821/?format=api",
            "name": "Over/Under",
            "created_at": "2023-04-16T12:17:22.602373-04: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 9",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 9",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b8f77b23-1119-49ec-8835-6602027e1f74",
                    "gambit_id": "8f9ac798-85ba-4c6f-9d13-38c6ef652546",
                    "last_updated": "2023-04-18T12:12:06.697381-04:00",
                    "created_at": "2023-04-16T12:17:22.605577-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29e4706a-89a4-4ea2-8739-c684547dbd74/?format=api"
                },
                {
                    "id": "74d7e085-57d2-4fd1-bd73-c03dbf3e055b",
                    "gambit_id": "de37d012-cff2-462e-92fc-0d8057efd48e",
                    "last_updated": "2023-04-18T12:12:06.699187-04:00",
                    "created_at": "2023-04-16T12:17:22.608575-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29e4706a-89a4-4ea2-8739-c684547dbd74/?format=api"
                }
            ]
        }
    ]
}