GET /api/bet_types/b1ba9ad4-3b0f-4097-b06a-46289a944678/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1ba9ad4-3b0f-4097-b06a-46289a944678",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e2d0e38-ab68-4aa5-9ff8-145177db0bcd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:18:14.167409-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 Under 6",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "53373949-ea55-42f0-b318-da2593f336dc",
            "gambit_id": "76c5086d-e214-453d-b6c7-fda559b5ba14",
            "last_updated": "2023-11-03T10:43:11.618937-04:00",
            "created_at": "2023-11-02T09:18:14.176665-04:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1ba9ad4-3b0f-4097-b06a-46289a944678/?format=api"
        },
        {
            "id": "c8820e60-9cae-47b1-9432-4b404aebfabe",
            "gambit_id": "ab622f42-3f1e-43d7-bbf3-71174675dc69",
            "last_updated": "2023-11-03T10:43:11.614563-04:00",
            "created_at": "2023-11-02T09:18:14.172558-04:00",
            "name": "Game Total Over 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1ba9ad4-3b0f-4097-b06a-46289a944678/?format=api"
        }
    ]
}