GET /api/bet_types/e07b723c-3433-4b6e-a1ca-1d47f87c4551/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e07b723c-3433-4b6e-a1ca-1d47f87c4551",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ddb7e10-d5cf-415d-83e7-1d3214f100d8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-26T09:18:17.884126-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a07aa3b1-f97a-4fe3-89fd-87a705246cba",
            "gambit_id": "35af04e8-3383-4e26-b0ad-ef23589927a7",
            "last_updated": "2023-07-27T19:13:26.237421-04:00",
            "created_at": "2023-07-26T09:18:17.887846-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e07b723c-3433-4b6e-a1ca-1d47f87c4551/?format=api"
        },
        {
            "id": "d8e65bf8-55f3-4205-97dc-a1a6ab576c9c",
            "gambit_id": "571e08ed-5267-4373-8d74-7ecd07f26044",
            "last_updated": "2023-07-27T19:13:26.241116-04:00",
            "created_at": "2023-07-26T09:18:17.891605-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e07b723c-3433-4b6e-a1ca-1d47f87c4551/?format=api"
        }
    ]
}