GET /api/bet_types/9d317edd-f99f-462b-9b63-4b03862dc12a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d317edd-f99f-462b-9b63-4b03862dc12a",
    "match": "https://api-prod.gambitprofit.com/api/matches/792595cf-89b4-40b0-951d-4702328430d0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:10.722423-04: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": "Seattle Kraken",
                "amount": 6314.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "56a71c77-b0d9-43ad-ade3-39ef736f52d3",
            "gambit_id": "e9ef5c65-53b7-4ca8-abad-e758e94cabdd",
            "last_updated": "2023-10-31T19:48:06.182949-04:00",
            "created_at": "2023-10-30T08:58:10.727216-04:00",
            "name": "Seattle Kraken",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d317edd-f99f-462b-9b63-4b03862dc12a/?format=api"
        },
        {
            "id": "a070900b-30df-4ce2-8d19-b5d61220fa4a",
            "gambit_id": "fbdead15-7c04-48ed-9535-159816d9a3f7",
            "last_updated": "2023-10-31T19:48:06.186846-04:00",
            "created_at": "2023-10-30T08:58:10.731773-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d317edd-f99f-462b-9b63-4b03862dc12a/?format=api"
        }
    ]
}