GET /api/bet_types/d3b5f7ca-0e61-43f6-a0ab-0e1c9bb66d69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3b5f7ca-0e61-43f6-a0ab-0e1c9bb66d69",
    "match": "https://api-prod.gambitprofit.com/api/matches/c64af993-8a25-4739-a998-b9c28e4dd7e4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-30T08:58:12.152719-04: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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "595e3c8b-1286-4536-bc2d-9d9e8c32357d",
            "gambit_id": "4d88c55f-ce43-46f2-92cb-f7c22a2aa053",
            "last_updated": "2023-10-31T20:18:10.556538-04:00",
            "created_at": "2023-10-30T08:58:12.156070-04:00",
            "name": "Game Total Over 227.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3b5f7ca-0e61-43f6-a0ab-0e1c9bb66d69/?format=api"
        },
        {
            "id": "e26ec7ed-1a09-499c-90c0-f5a684faf563",
            "gambit_id": "2ecda8cf-686d-452e-8ef3-f8fc5b42e499",
            "last_updated": "2023-10-31T20:18:10.559860-04:00",
            "created_at": "2023-10-30T08:58:12.160186-04:00",
            "name": "Game Total Under 227.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3b5f7ca-0e61-43f6-a0ab-0e1c9bb66d69/?format=api"
        }
    ]
}