GET /api/bet_types/328ab6a7-c032-4d56-9a40-21fcb1e3dbec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "328ab6a7-c032-4d56-9a40-21fcb1e3dbec",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b8cdf24-3458-47ad-9b22-2bb706b84877/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-08T09:38:19.666622-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 239",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 239",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "32414322-381d-4b24-9c7c-28178ffd0973",
            "gambit_id": "388b7676-ad35-4874-98f2-77d2ed181e94",
            "last_updated": "2023-12-09T11:43:28.115298-05:00",
            "created_at": "2023-12-08T09:38:19.686123-05:00",
            "name": "Game Total Under 239",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/328ab6a7-c032-4d56-9a40-21fcb1e3dbec/?format=api"
        },
        {
            "id": "10f97de0-18db-4133-a81e-cdfcb9b00180",
            "gambit_id": "5909b365-1948-4990-bbf5-e8a54cf181d9",
            "last_updated": "2023-12-09T11:43:28.111611-05:00",
            "created_at": "2023-12-08T09:38:19.670063-05:00",
            "name": "Game Total Over 239",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/328ab6a7-c032-4d56-9a40-21fcb1e3dbec/?format=api"
        }
    ]
}