GET /api/bet_types/c695b771-38cc-432d-be6a-7d3f90eab538/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c695b771-38cc-432d-be6a-7d3f90eab538",
    "match": "https://api-prod.gambitprofit.com/api/matches/5aeab6aa-2470-49c0-a332-ae24ccc8f4be/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-28T09:08:08.592240-04: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 213.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 213.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f05a39cc-9669-4614-9a26-3cba8cc1c4d9",
            "gambit_id": "961b1c4c-2b7c-498c-9e3c-dda635796aab",
            "last_updated": "2023-10-30T14:53:11.838965-04:00",
            "created_at": "2023-10-28T09:08:08.596821-04:00",
            "name": "Game Total Over 213.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "213.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c695b771-38cc-432d-be6a-7d3f90eab538/?format=api"
        },
        {
            "id": "847bc6c1-fd87-4c88-970c-63f5c7eaa298",
            "gambit_id": "69f40895-9cfb-4760-9eb9-1d84c6cb699c",
            "last_updated": "2023-10-30T14:53:11.842419-04:00",
            "created_at": "2023-10-28T09:08:08.602070-04:00",
            "name": "Game Total Under 213.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "213.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c695b771-38cc-432d-be6a-7d3f90eab538/?format=api"
        }
    ]
}