GET /api/bet_types/097bab27-4125-4c62-9e7e-ec44f811b18d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "097bab27-4125-4c62-9e7e-ec44f811b18d",
    "match": "https://api-prod.gambitprofit.com/api/matches/db152f26-9f26-4e85-ab9f-5813ce2f5f19/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-10T17:42:05.345365-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 5.5",
                "amount": 5098.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "478c6cab-55f0-4396-b9e7-d98b6b16aea6",
            "gambit_id": "9a1374a9-f476-4a79-bfa3-a085ae649176",
            "last_updated": "2023-01-11T10:46:58.085747-05:00",
            "created_at": "2023-01-10T17:42:05.347804-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/097bab27-4125-4c62-9e7e-ec44f811b18d/?format=api"
        },
        {
            "id": "10168576-2a76-4eea-845a-e7669113984b",
            "gambit_id": "b07e22dd-9211-418a-b4e8-96ecac6aba24",
            "last_updated": "2023-01-11T10:46:58.084607-05:00",
            "created_at": "2023-01-10T17:42:05.346588-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/097bab27-4125-4c62-9e7e-ec44f811b18d/?format=api"
        }
    ]
}