GET /api/bet_types/2b0d2861-597c-45c9-aaa5-9565b136bed8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b0d2861-597c-45c9-aaa5-9565b136bed8",
    "match": "https://api-prod.gambitprofit.com/api/matches/190134ce-553a-4b44-81eb-ed16494e8e0b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:05.564870-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": "Detroit Red Wings",
                "amount": 6546.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "b29df0e1-b19f-43da-b375-dfb66acb152d",
            "gambit_id": "94d8e682-f00a-4e97-8015-1cad59424266",
            "last_updated": "2023-11-17T23:38:11.267151-05:00",
            "created_at": "2023-11-16T09:28:05.569306-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b0d2861-597c-45c9-aaa5-9565b136bed8/?format=api"
        },
        {
            "id": "00a84c19-7c9a-4cf1-b513-d5c9dbb9bf4d",
            "gambit_id": "b97e16f3-c7e7-4ea8-9501-7a852af07fb2",
            "last_updated": "2023-11-17T23:38:11.271171-05:00",
            "created_at": "2023-11-16T09:28:05.573351-05:00",
            "name": "Ottawa Senators",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b0d2861-597c-45c9-aaa5-9565b136bed8/?format=api"
        }
    ]
}