GET /api/bet_types/5b31f634-ec62-4b25-8c99-93c2a5c0b371/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b31f634-ec62-4b25-8c99-93c2a5c0b371",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c8692a6-e18c-4ae4-8968-e8eeac0c5672/?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 6.5",
                "amount": 5098.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "661994c8-c26c-4fef-8802-2412d6416bbf",
            "gambit_id": "a9fafa72-8dc6-43af-8084-560d183b65fb",
            "last_updated": "2022-12-20T20:12:22.057643-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b31f634-ec62-4b25-8c99-93c2a5c0b371/?format=api"
        },
        {
            "id": "2487bbd4-221a-41ae-9ff7-584795ee8377",
            "gambit_id": "82274f0f-2615-4b5b-a07d-48a29d1649c1",
            "last_updated": "2022-12-20T20:12:22.056497-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b31f634-ec62-4b25-8c99-93c2a5c0b371/?format=api"
        }
    ]
}