GET /api/bet_types/b378c978-2c92-4884-921d-9ea400793c19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b378c978-2c92-4884-921d-9ea400793c19",
    "match": "https://api-prod.gambitprofit.com/api/matches/e78b690b-6429-463f-9dbd-390be606b800/?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": "Calgary Flames",
                "amount": 5097.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "bbc97a9b-9df7-4659-ac25-63299671ae9a",
            "gambit_id": "107bf8c7-3a7c-4113-8ed3-57acdc9cc904",
            "last_updated": "2022-12-03T10:22:34.897500-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b378c978-2c92-4884-921d-9ea400793c19/?format=api"
        },
        {
            "id": "e7c048c4-9cb2-4895-99de-59a959cc5bd9",
            "gambit_id": "dd6f417e-fe76-4025-b452-656b7de694ab",
            "last_updated": "2022-12-03T10:22:34.898433-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b378c978-2c92-4884-921d-9ea400793c19/?format=api"
        }
    ]
}