GET /api/bet_types/0dabc40e-474c-417b-9b27-30d4e5ad5bf3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0dabc40e-474c-417b-9b27-30d4e5ad5bf3",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0056fea-fa14-40bb-ad1c-1317894687ad/?format=api",
    "name": "Over/Under",
    "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": "Game Total Over 6",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b60c475-2755-49e7-bf99-5577482f062f",
            "gambit_id": "69a47101-e395-4990-855f-37d68f4644be",
            "last_updated": "2022-10-28T09:47:05.170055-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dabc40e-474c-417b-9b27-30d4e5ad5bf3/?format=api"
        },
        {
            "id": "5535878b-56e4-416e-b112-4b7b7b0bdab5",
            "gambit_id": "d478f8f5-8835-45ad-833c-f19590c3ae5e",
            "last_updated": "2022-10-28T09:47:05.171331-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dabc40e-474c-417b-9b27-30d4e5ad5bf3/?format=api"
        }
    ]
}