GET /api/bet_types/dd5d78d5-8824-469c-b52b-2ff85ca4bf80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd5d78d5-8824-469c-b52b-2ff85ca4bf80",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0a9ddb0-589e-40cc-801d-346b87307374/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-12T09:48:16.433024-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 Under 242.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 242.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "affb37f9-5eda-4daf-8315-31c1928f336f",
            "gambit_id": "4f689553-be05-453d-95b8-f000ddd66007",
            "last_updated": "2024-01-15T10:03:22.557750-05:00",
            "created_at": "2024-01-12T09:48:16.437559-05:00",
            "name": "Game Total Under 242.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd5d78d5-8824-469c-b52b-2ff85ca4bf80/?format=api"
        },
        {
            "id": "5a6fb619-85ce-491d-8785-02ae3d4b61f2",
            "gambit_id": "bf640444-eaf7-49b2-80da-fea269fb43bc",
            "last_updated": "2024-01-15T10:03:22.545352-05:00",
            "created_at": "2024-01-12T09:48:16.442824-05:00",
            "name": "Game Total Over 242.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd5d78d5-8824-469c-b52b-2ff85ca4bf80/?format=api"
        }
    ]
}