GET /api/bet_types/de09af04-3ec3-463c-9c76-e1f289c91bfc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de09af04-3ec3-463c-9c76-e1f289c91bfc",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5629fce-dd15-41ce-b412-0f713cf748e4/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-23T09:43:22.137577-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 232.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5c2f10f-ea9c-4332-bf30-e9db0da8cf25",
            "gambit_id": "b78b2a0a-4d05-4a64-b47a-15815ada7291",
            "last_updated": "2024-01-24T20:38:20.140014-05:00",
            "created_at": "2024-01-23T09:43:22.142136-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de09af04-3ec3-463c-9c76-e1f289c91bfc/?format=api"
        },
        {
            "id": "ff1b4082-7e1b-4fb7-9cd6-40dc618116f7",
            "gambit_id": "dbb3db27-7180-447c-8237-380ea455a9fe",
            "last_updated": "2024-01-24T20:38:20.144336-05:00",
            "created_at": "2024-01-23T09:43:22.146816-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de09af04-3ec3-463c-9c76-e1f289c91bfc/?format=api"
        }
    ]
}