GET /api/bet_types/39b8213c-4096-44fd-ae46-015b17dbc919/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39b8213c-4096-44fd-ae46-015b17dbc919",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ee8462c-2d4c-4473-86be-858dae579dc8/?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 Under 53",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 53",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "dd927eaa-60fc-44eb-b755-3d89345f5fef",
            "gambit_id": "2273fb43-98e1-4600-8bf2-d71a85f736c2",
            "last_updated": "2022-10-02T15:17:25.024930-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 53",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "53.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39b8213c-4096-44fd-ae46-015b17dbc919/?format=api"
        },
        {
            "id": "c5b5f572-8c25-4d64-b73a-968f0e26e09f",
            "gambit_id": "42afaa81-ee0c-4053-bf8a-144014e3d7ef",
            "last_updated": "2022-10-02T15:17:25.026086-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 53",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "53.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39b8213c-4096-44fd-ae46-015b17dbc919/?format=api"
        }
    ]
}