GET /api/bet_types/d92dd694-bb33-469d-8fbf-3156ad353bce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d92dd694-bb33-469d-8fbf-3156ad353bce",
    "match": "https://api-prod.gambitprofit.com/api/matches/82a058f8-d935-4207-9654-e50f7a091b40/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-15T15:02:09.563730-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 238.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 238.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "c02d07af-64b6-4d26-bf52-ed5f09072c0b",
            "gambit_id": "56bc6cfe-345b-4503-9722-1e0ab34c8fe8",
            "last_updated": "2023-02-16T16:47:00.552366-05:00",
            "created_at": "2023-02-15T15:02:09.566457-05:00",
            "name": "Game Total Over 238.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d92dd694-bb33-469d-8fbf-3156ad353bce/?format=api"
        },
        {
            "id": "6360a4dc-5191-4e54-b4ac-a4e884f61b81",
            "gambit_id": "15a6889e-7df0-45d5-856f-e9e9b295e11d",
            "last_updated": "2023-02-16T16:47:00.551173-05:00",
            "created_at": "2023-02-15T15:02:09.565099-05:00",
            "name": "Game Total Under 238.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d92dd694-bb33-469d-8fbf-3156ad353bce/?format=api"
        }
    ]
}