GET /api/bet_types/fb9b46df-5d44-414e-8952-203b355e32e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb9b46df-5d44-414e-8952-203b355e32e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/dce941dd-6145-4091-9e0c-ef203cdd7c15/?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 44.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "07da38fc-bdbb-4932-8a9b-cdeab48db22b",
            "gambit_id": "6e7f8ac8-cb31-4195-bfdb-71acd7ee0e4d",
            "last_updated": "2022-12-05T15:22:04.292794-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb9b46df-5d44-414e-8952-203b355e32e8/?format=api"
        },
        {
            "id": "5b52a21b-5427-499d-be89-129dccd48bf1",
            "gambit_id": "5c341a80-0c84-4bc4-b13e-8ab0c1c39cf0",
            "last_updated": "2022-12-05T15:22:04.291637-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb9b46df-5d44-414e-8952-203b355e32e8/?format=api"
        }
    ]
}