GET /api/bet_types/8d40e663-8da1-4088-bf04-16856364d79c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d40e663-8da1-4088-bf04-16856364d79c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d904cd53-b8bb-4ced-ab43-ec0a4dae6a2a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-12T10:03:08.322544-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": "Arizona Coyotes",
                "amount": 5867.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "c58ed573-1cd7-4f49-b4f0-fffd1f608090",
            "gambit_id": "b7c391f9-8db4-4a1d-85ee-dcd2e94939e1",
            "last_updated": "2023-12-14T10:33:29.147690-05:00",
            "created_at": "2023-12-12T10:03:08.336732-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d40e663-8da1-4088-bf04-16856364d79c/?format=api"
        },
        {
            "id": "c0c9992f-8cdf-4ee8-a0df-c649b61457a6",
            "gambit_id": "f5d0de14-7b67-40b7-8f2d-5046555a749f",
            "last_updated": "2023-12-14T10:33:29.143899-05:00",
            "created_at": "2023-12-12T10:03:08.332312-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d40e663-8da1-4088-bf04-16856364d79c/?format=api"
        }
    ]
}