GET /api/bet_types/70299598-96d7-4b3f-8086-375de9d6bd3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70299598-96d7-4b3f-8086-375de9d6bd3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b206209-4976-41ad-8a8a-573e75f04b5f/?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": "Detroit Red Wings",
                "amount": 5829.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "50b8b39e-7805-4e14-b641-2772a56a214e",
            "gambit_id": "5c91e479-06d8-4da7-9063-d2fdacd57a50",
            "last_updated": "2022-12-12T09:47:37.207859-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70299598-96d7-4b3f-8086-375de9d6bd3f/?format=api"
        },
        {
            "id": "066cf5fb-304d-43fb-96d8-6b746cf437fb",
            "gambit_id": "b316a286-8c7a-4a90-b96b-99fbe7c82715",
            "last_updated": "2022-12-12T09:47:37.206755-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70299598-96d7-4b3f-8086-375de9d6bd3f/?format=api"
        }
    ]
}