GET /api/bet_types/eb355509-c478-43a7-a45d-8bd60b7d1e64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb355509-c478-43a7-a45d-8bd60b7d1e64",
    "match": "https://api-prod.gambitprofit.com/api/matches/36e7b812-a47c-4db9-a920-cb376ca320e7/?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 Over 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d97d79d9-c65e-49d3-b5ad-2a93ca6b1ca5",
            "gambit_id": "288b3cfa-c301-40e6-8bfb-0d7ae404f14e",
            "last_updated": "2022-10-29T19:07:21.538852-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb355509-c478-43a7-a45d-8bd60b7d1e64/?format=api"
        },
        {
            "id": "c8c5b2b9-4ae2-439a-bf08-d4f8e43207c1",
            "gambit_id": "7d5a8f99-61a1-4bb1-a4fb-0991f2bc113e",
            "last_updated": "2022-10-29T19:07:21.537672-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb355509-c478-43a7-a45d-8bd60b7d1e64/?format=api"
        }
    ]
}