GET /api/bet_types/e4d9cef2-74d2-4b87-a797-a0f0bb5d9193/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4d9cef2-74d2-4b87-a797-a0f0bb5d9193",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d06f884-a1ce-4034-9899-a8d4c052b231/?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 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "40c5194f-65c6-4722-8be4-11094f90b886",
            "gambit_id": "0747a1f0-d3d7-4767-874e-4c8138a0d303",
            "last_updated": "2022-12-20T15:47:24.387901-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4d9cef2-74d2-4b87-a797-a0f0bb5d9193/?format=api"
        },
        {
            "id": "8d7b0921-5793-44ad-a5f6-30cc1e0461b2",
            "gambit_id": "05fda954-ef4f-4570-b913-182a9b2a01c7",
            "last_updated": "2022-12-20T15:47:24.386536-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4d9cef2-74d2-4b87-a797-a0f0bb5d9193/?format=api"
        }
    ]
}