GET /api/bet_types/5d8b77eb-dc1c-46cc-9ec8-febb9cb7cb99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d8b77eb-dc1c-46cc-9ec8-febb9cb7cb99",
    "match": "https://api-prod.gambitprofit.com/api/matches/d814a10e-0ecc-418e-9eb1-2f46bb7aa4cd/?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": "New York Islanders",
                "amount": 5945.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "cb927299-3dd1-47a2-b214-b50d3188ab23",
            "gambit_id": "e23c2a79-1109-4dfa-bb69-a3ec0507b561",
            "last_updated": "2022-10-29T19:11:51.428484-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8b77eb-dc1c-46cc-9ec8-febb9cb7cb99/?format=api"
        },
        {
            "id": "495c4f8c-29ad-4db8-bb36-e2b4068cf5ac",
            "gambit_id": "82258211-f7a9-4b12-9827-7c8b749a4e06",
            "last_updated": "2022-10-29T19:11:51.427495-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8b77eb-dc1c-46cc-9ec8-febb9cb7cb99/?format=api"
        }
    ]
}