GET /api/bet_types/d9db21c4-d093-4e0c-8b88-c964beef9dea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9db21c4-d093-4e0c-8b88-c964beef9dea",
    "match": "https://api-prod.gambitprofit.com/api/matches/3602abd5-1944-4a10-b978-798553ec5e5c/?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": "Washington Capitals",
                "amount": 6862.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9194.34,
        "profit_sb": 194.34,
        "profit_sb_percentage": 2.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc871467-f97c-4805-8d94-77cc653368a2",
            "gambit_id": "a7baa7bc-76d6-4557-a50f-45f0ea5268fe",
            "last_updated": "2022-12-17T09:57:42.297334-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.34000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9db21c4-d093-4e0c-8b88-c964beef9dea/?format=api"
        },
        {
            "id": "333dde2a-5487-4b8d-ac61-57ee06db21a6",
            "gambit_id": "8e0c2f9c-3871-41cd-94d2-faa15662d7f7",
            "last_updated": "2022-12-17T09:57:42.298466-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.93000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9db21c4-d093-4e0c-8b88-c964beef9dea/?format=api"
        }
    ]
}