GET /api/bet_types/0ca449bb-acbd-4bf8-82e6-a0fd43756228/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ca449bb-acbd-4bf8-82e6-a0fd43756228",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b0e8fef-e90a-413c-ad6f-c7f64a484063/?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 8",
                "amount": 5110.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "17d001cf-2f5f-403b-8679-d28edda0c077",
            "gambit_id": "0ea4e248-f5bb-4772-aeef-7cd51626840b",
            "last_updated": "2022-09-12T10:52:16.828804-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ca449bb-acbd-4bf8-82e6-a0fd43756228/?format=api"
        },
        {
            "id": "dc1dd708-efff-47fe-8bd8-9ca3a6bce88a",
            "gambit_id": "1b0460c0-8e42-40c3-842d-f55cf63fe1d6",
            "last_updated": "2022-09-12T10:52:16.827743-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ca449bb-acbd-4bf8-82e6-a0fd43756228/?format=api"
        }
    ]
}