GET /api/bet_types/cde8bda8-528b-436a-8949-6710915753e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cde8bda8-528b-436a-8949-6710915753e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f8889f5-7fc2-4a23-957e-5cbe9a173cad/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-28T08:48:10.215295-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 Under 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5f2105c-7860-4756-8b24-67b1cd9633b2",
            "gambit_id": "63f298d1-66d9-4d42-827e-01214b080b6f",
            "last_updated": "2023-08-29T19:28:15.900714-04:00",
            "created_at": "2023-08-28T08:48:10.222506-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cde8bda8-528b-436a-8949-6710915753e6/?format=api"
        },
        {
            "id": "110113fd-ef4c-40b2-89a6-a402c7506444",
            "gambit_id": "7b0353f7-9d0f-4992-8a89-909d0ed2067d",
            "last_updated": "2023-08-29T19:28:15.897121-04:00",
            "created_at": "2023-08-28T08:48:10.218682-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cde8bda8-528b-436a-8949-6710915753e6/?format=api"
        }
    ]
}