GET /api/bet_types/2908c41f-d4f8-4180-bc32-2da95fd53386/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2908c41f-d4f8-4180-bc32-2da95fd53386",
    "match": "https://api-prod.gambitprofit.com/api/matches/43bd91a8-32a6-41cf-a882-fe1d236fbfe0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-26T09:23:23.840109-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "da86a418-63a2-4c1e-be39-4030c5aa7145",
            "gambit_id": "94e76a17-a4ee-42d1-9667-04900e2592de",
            "last_updated": "2023-08-28T16:23:31.662957-04:00",
            "created_at": "2023-08-26T09:23:23.844108-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2908c41f-d4f8-4180-bc32-2da95fd53386/?format=api"
        },
        {
            "id": "67107f47-7794-4031-a938-3c7bbd4dcc40",
            "gambit_id": "3bec4dd9-3bfb-4f4d-9da6-2acf1eaf1d81",
            "last_updated": "2023-08-28T16:23:31.667053-04:00",
            "created_at": "2023-08-26T09:23:23.847945-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2908c41f-d4f8-4180-bc32-2da95fd53386/?format=api"
        }
    ]
}