GET /api/bet_types/96a6855c-899d-461e-9231-792f423cbe93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96a6855c-899d-461e-9231-792f423cbe93",
    "match": "https://api-prod.gambitprofit.com/api/matches/d818d6ef-03e4-4dba-97a8-6ce3811b5c4b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-25T09:07:02.719429-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": "Vancouver Canucks",
                "amount": 5106.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb038860-6293-42b6-8a6c-320630f466ea",
            "gambit_id": "55017224-99e5-472e-ba58-d84879b36a39",
            "last_updated": "2023-02-26T11:46:56.685377-05:00",
            "created_at": "2023-02-25T09:07:02.720659-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96a6855c-899d-461e-9231-792f423cbe93/?format=api"
        },
        {
            "id": "b48d50d5-1acb-49d3-acf6-c4d869e54f2f",
            "gambit_id": "9f9d2158-9e6b-4167-8845-cabce4e5b51a",
            "last_updated": "2023-02-26T11:46:56.686522-05:00",
            "created_at": "2023-02-25T09:07:02.721886-05:00",
            "name": "Boston Bruins",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96a6855c-899d-461e-9231-792f423cbe93/?format=api"
        }
    ]
}