GET /api/bet_types/ddd98b1b-e29c-45d1-a343-5bec9f1ffa93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddd98b1b-e29c-45d1-a343-5bec9f1ffa93",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ae68e4a-c9e1-4994-b6b9-8859f616d979/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-16T09:28:05.900671-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 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf08be7c-073e-43ce-91e5-0c3d62adab64",
            "gambit_id": "df263bc7-ce87-4699-9f42-d653fe5bfaf3",
            "last_updated": "2023-11-17T23:38:06.592826-05:00",
            "created_at": "2023-11-16T09:28:05.911812-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddd98b1b-e29c-45d1-a343-5bec9f1ffa93/?format=api"
        },
        {
            "id": "2d3a9fd6-99a5-4eab-8d83-4223e214950e",
            "gambit_id": "df2b5a6c-7686-4302-aeb1-f2b8e5afb554",
            "last_updated": "2023-11-17T23:38:06.596427-05:00",
            "created_at": "2023-11-16T09:28:05.916898-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddd98b1b-e29c-45d1-a343-5bec9f1ffa93/?format=api"
        }
    ]
}