GET /api/bet_types/e51784e0-26b2-4410-bbf4-df367000de93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e51784e0-26b2-4410-bbf4-df367000de93",
    "match": "https://api-prod.gambitprofit.com/api/matches/0254973f-aac3-4e4b-a89e-3d6c9d2f563f/?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 2.5",
                "amount": 5068.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4932.0
            }
        ],
        "expected_reward_tokens": 9122.4,
        "profit_sb": -377.6,
        "profit_sb_percentage": -3.97,
        "recommended": false
    },
    "lines": [
        {
            "id": "7375a2af-63b8-4fcc-a35a-eb2b11d98055",
            "gambit_id": "43a70806-f8c6-4966-98b4-7ae264064472",
            "last_updated": "2022-10-11T13:37:12.173291-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.80000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e51784e0-26b2-4410-bbf4-df367000de93/?format=api"
        },
        {
            "id": "e7ebe217-8d7f-425e-a93e-35a3c02bd50d",
            "gambit_id": "ea386a76-49b5-4148-8277-03ea949b5eea",
            "last_updated": "2022-10-11T13:37:12.172124-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.85000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e51784e0-26b2-4410-bbf4-df367000de93/?format=api"
        }
    ]
}