GET /api/bet_types/6a6a5a66-72ec-4a70-9c5d-c7c4db7c4a95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a6a5a66-72ec-4a70-9c5d-c7c4db7c4a95",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d535384-950a-4456-801e-211f04e6de87/?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 Over 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca392042-d186-47b3-8277-ef4ef47bd32a",
            "gambit_id": "7900fa95-51e5-4785-b667-026c7670abda",
            "last_updated": "2022-11-01T09:52:27.096157-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 231.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a6a5a66-72ec-4a70-9c5d-c7c4db7c4a95/?format=api"
        },
        {
            "id": "3b53d03a-c5b1-4b28-8682-a2f233563259",
            "gambit_id": "40dfe2f3-d5d9-4f5c-b7a0-1941e6289c33",
            "last_updated": "2022-11-01T09:52:27.095013-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 231.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a6a5a66-72ec-4a70-9c5d-c7c4db7c4a95/?format=api"
        }
    ]
}