GET /api/bet_types/2fb89713-22fc-4305-9c36-279b248773fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2fb89713-22fc-4305-9c36-279b248773fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/92a5c5cb-02bb-4373-8302-d6bb98aad5c4/?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": "Dallas Stars",
                "amount": 6766.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3234.0
            }
        ],
        "expected_reward_tokens": 9540.06,
        "profit_sb": 40.06,
        "profit_sb_percentage": 0.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "b25beb0e-5f80-4e71-8abd-bf006f1bcef9",
            "gambit_id": "e77c2fa8-ba49-4070-86ce-39c19a2d3946",
            "last_updated": "2022-10-14T09:57:03.978977-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.41000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fb89713-22fc-4305-9c36-279b248773fe/?format=api"
        },
        {
            "id": "5befd3a4-95ff-4242-89c6-396ec788d16e",
            "gambit_id": "3e77b9b1-ac8b-4acf-8fe3-2106857c1ca6",
            "last_updated": "2022-10-14T09:57:03.978000-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.95000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fb89713-22fc-4305-9c36-279b248773fe/?format=api"
        }
    ]
}