GET /api/bet_types/4852e51d-94c9-4b3f-a259-ac1886680b52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4852e51d-94c9-4b3f-a259-ac1886680b52",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b136e6c-25ce-4b12-a90d-802065e8f9b3/?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 7.5",
                "amount": 5096.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "3d256db5-d041-4ced-9e10-760b579786fd",
            "gambit_id": "cfd06527-1f12-4328-a785-f56760d251f8",
            "last_updated": "2022-09-06T09:27:13.897042-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4852e51d-94c9-4b3f-a259-ac1886680b52/?format=api"
        },
        {
            "id": "31221cc3-39a5-408b-96db-690921c16f0d",
            "gambit_id": "03a8cf67-fde8-4ba6-9394-c85859475e5d",
            "last_updated": "2022-09-06T09:27:13.898170-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4852e51d-94c9-4b3f-a259-ac1886680b52/?format=api"
        }
    ]
}