GET /api/bet_types/d11c7a0a-f661-4189-bcb8-a3e1c6e9b2b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d11c7a0a-f661-4189-bcb8-a3e1c6e9b2b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc8b4989-1713-4dcf-a50c-cdee494da39a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-24T14:48:24.982224-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 6",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "363427ec-b729-47e7-8632-5a97f54511e2",
            "gambit_id": "ec0f8ced-555a-4cc9-8fa3-138ef1e09b74",
            "last_updated": "2023-11-27T09:58:33.596083-05:00",
            "created_at": "2023-11-24T14:48:24.986222-05:00",
            "name": "Game Total Over 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d11c7a0a-f661-4189-bcb8-a3e1c6e9b2b6/?format=api"
        },
        {
            "id": "288de293-38f4-4598-a46c-38cbef232435",
            "gambit_id": "5fe2331b-0dea-4aad-bc19-06a5d31e8da5",
            "last_updated": "2023-11-27T09:58:33.599759-05:00",
            "created_at": "2023-11-24T14:48:24.990343-05:00",
            "name": "Game Total Under 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d11c7a0a-f661-4189-bcb8-a3e1c6e9b2b6/?format=api"
        }
    ]
}