GET /api/bet_types/7e6ff597-14e9-46f5-93d9-7b3c1e314f8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e6ff597-14e9-46f5-93d9-7b3c1e314f8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d086f32-5f63-4842-bea3-9d079dbde6b4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-27T09:18:10.064933-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 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4b44a5c-3cfd-434f-a6ca-e41d7cb75e0e",
            "gambit_id": "1d468cf2-38ad-4282-925f-5f56efa7a724",
            "last_updated": "2023-11-28T21:48:03.058202-05:00",
            "created_at": "2023-11-27T09:18:10.072884-05:00",
            "name": "Game Total Under 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e6ff597-14e9-46f5-93d9-7b3c1e314f8b/?format=api"
        },
        {
            "id": "c91c6f9c-9399-4077-b2d9-32fcaf87315b",
            "gambit_id": "ca7914ea-3093-4361-b731-c861b12c876e",
            "last_updated": "2023-11-28T21:48:03.053134-05:00",
            "created_at": "2023-11-27T09:18:10.069016-05:00",
            "name": "Game Total Over 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e6ff597-14e9-46f5-93d9-7b3c1e314f8b/?format=api"
        }
    ]
}