GET /api/bet_types/c33ceab5-6fd3-4f4c-9eed-d130c30aa41c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c33ceab5-6fd3-4f4c-9eed-d130c30aa41c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c0c71ab-0f61-4348-9af6-2d6924d2013a/?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 Under 7.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "cecf5409-b843-44b3-9970-a582e8881f94",
            "gambit_id": "ea24e56e-534d-45e5-ac62-df9ee3a53be6",
            "last_updated": "2022-09-17T17:17:25.599534-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33ceab5-6fd3-4f4c-9eed-d130c30aa41c/?format=api"
        },
        {
            "id": "56d63a63-1610-4382-999b-3c4f8364fc1c",
            "gambit_id": "7e83621e-4cdf-4ebe-b169-c116c844fe9f",
            "last_updated": "2022-09-17T17:17:25.600667-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33ceab5-6fd3-4f4c-9eed-d130c30aa41c/?format=api"
        }
    ]
}