GET /api/bet_types/5b98d7a7-5911-47f5-88da-dfed3bf5de95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b98d7a7-5911-47f5-88da-dfed3bf5de95",
    "match": "https://api-prod.gambitprofit.com/api/matches/81a52ce3-3093-489f-a375-55f3af88fb40/?format=api",
    "name": "Play the Odds",
    "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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba5d59f8-9cc7-48a5-bcf0-0fd27c98bed7",
            "gambit_id": "176e97f1-f507-44f8-a3ef-3a69cf1ec778",
            "last_updated": "2022-10-20T09:37:00.008803-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b98d7a7-5911-47f5-88da-dfed3bf5de95/?format=api"
        },
        {
            "id": "def1bc91-6a9d-404c-ac9a-38caedbf0782",
            "gambit_id": "af50e36a-f788-4fa4-b4e8-6260cc20d2e4",
            "last_updated": "2022-10-20T09:37:00.007862-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b98d7a7-5911-47f5-88da-dfed3bf5de95/?format=api"
        }
    ]
}