GET /api/bet_types/0cbba3b7-fe7d-4192-b81e-118eba379cef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cbba3b7-fe7d-4192-b81e-118eba379cef",
    "match": "https://api-prod.gambitprofit.com/api/matches/d97dd22d-181b-4116-a46a-079110a83082/?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 6",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "292d6dd8-b2b0-4fe7-8807-4ae420e64b22",
            "gambit_id": "c93eaf93-4454-480f-ab02-0a1a880dac0b",
            "last_updated": "2022-10-31T11:12:09.359698-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cbba3b7-fe7d-4192-b81e-118eba379cef/?format=api"
        },
        {
            "id": "cfcaf2ef-8b2f-4492-8ae8-84299ca6c825",
            "gambit_id": "e308cd7c-f163-47f1-9c22-a1dc598a19cc",
            "last_updated": "2022-10-31T11:12:09.360800-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cbba3b7-fe7d-4192-b81e-118eba379cef/?format=api"
        }
    ]
}