GET /api/bet_types/21b95722-5cfd-4dcc-82b1-380ac4ac81e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21b95722-5cfd-4dcc-82b1-380ac4ac81e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/38b4afe8-82bc-44bd-bb37-58b7bb34dfb5/?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": "HOU",
                "amount": 5405.0
            },
            {
                "team": "CLE",
                "amount": 4595.0
            }
        ],
        "expected_reward_tokens": 9188.5,
        "profit_sb": 188.5,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "493b1d3e-5323-4ff4-ac59-7da2c32fc0d7",
            "gambit_id": "b1999d82-15df-4cca-ba94-d01e8eb14885",
            "last_updated": "2022-08-06T10:57:03.905520-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21b95722-5cfd-4dcc-82b1-380ac4ac81e8/?format=api"
        },
        {
            "id": "2020a64a-25e7-40ca-9848-926efeac6124",
            "gambit_id": "2930bfa7-9d05-480d-8fd2-d6992a04b4a7",
            "last_updated": "2022-08-06T10:57:03.905056-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21b95722-5cfd-4dcc-82b1-380ac4ac81e8/?format=api"
        }
    ]
}