GET /api/bet_types/07cc9b4c-a8fb-47ff-b2ef-55c333a6c174/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07cc9b4c-a8fb-47ff-b2ef-55c333a6c174",
    "match": "https://api-prod.gambitprofit.com/api/matches/bee2d18d-c866-4dcd-8653-893642f572b4/?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 7.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": 332.7,
        "profit_sb_percentage": 3.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa235eb3-78e2-4146-9122-1e57be2aa4d5",
            "gambit_id": "7547320b-8bfb-4342-b5cf-d124816bc226",
            "last_updated": "2022-09-30T09:47:08.721870-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07cc9b4c-a8fb-47ff-b2ef-55c333a6c174/?format=api"
        },
        {
            "id": "ec6844ac-ba54-4fb8-ac28-d1e82d9b6ee1",
            "gambit_id": "5100eb2c-f7fb-408f-9db4-35629ca5d391",
            "last_updated": "2022-09-30T09:47:08.720686-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07cc9b4c-a8fb-47ff-b2ef-55c333a6c174/?format=api"
        }
    ]
}