GET /api/bet_types/5e8517de-e77c-4d5e-beb8-0fd6520099a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e8517de-e77c-4d5e-beb8-0fd6520099a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a83699d5-ed43-491c-be13-247627e812aa/?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 46.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 46.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "2bee903b-9c3a-4ca5-8d77-20ce340c7187",
            "gambit_id": "f057db3a-1e3b-4223-9279-1cadfa4a5d28",
            "last_updated": "2022-10-17T15:27:04.774228-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 46.5",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e8517de-e77c-4d5e-beb8-0fd6520099a0/?format=api"
        },
        {
            "id": "b26ed5a3-85e5-40f0-802e-742c1278d2fb",
            "gambit_id": "c98bad4c-eea1-494c-9e4f-f9872fef4515",
            "last_updated": "2022-10-17T15:27:04.773041-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 46.5",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e8517de-e77c-4d5e-beb8-0fd6520099a0/?format=api"
        }
    ]
}