GET /api/bet_types/dc8caa70-8a0d-4657-a993-7dc6b71d6831/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc8caa70-8a0d-4657-a993-7dc6b71d6831",
    "match": "https://api-prod.gambitprofit.com/api/matches/5876961d-1f50-4473-9641-fdf9b5ac3940/?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": "Pittsburgh Penguins",
                "amount": 6667.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "423495c0-f20e-4141-a472-7f954fa861a2",
            "gambit_id": "0ea82c2f-f2f8-457c-84c6-8e2ce3784469",
            "last_updated": "2022-10-25T10:12:27.438478-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc8caa70-8a0d-4657-a993-7dc6b71d6831/?format=api"
        },
        {
            "id": "9c92a29b-21ce-4c93-9201-6aeafd2c72f0",
            "gambit_id": "d699f0e5-c6c7-4d4b-b00d-64403b610fd4",
            "last_updated": "2022-10-25T10:12:27.437454-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc8caa70-8a0d-4657-a993-7dc6b71d6831/?format=api"
        }
    ]
}