GET /api/bet_types/e60af6c3-8836-48f6-9b66-175d0c091e6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e60af6c3-8836-48f6-9b66-175d0c091e6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c902f37-ea50-4dad-a798-f35600753455/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-27T10:23:19.482369-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ecbf440-0666-4a9a-a32e-833a23d7ce4d",
            "gambit_id": "cfb22945-b2c6-4d38-8edc-22b58162f42e",
            "last_updated": "2023-10-30T15:03:12.043474-04:00",
            "created_at": "2023-10-27T10:23:19.485671-04:00",
            "name": "Game Total Over 229.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e60af6c3-8836-48f6-9b66-175d0c091e6d/?format=api"
        },
        {
            "id": "c39fcb34-7765-4ef1-8b09-f2de7143803a",
            "gambit_id": "f336a9c9-a17a-4ca5-b1f0-4fa76c189af3",
            "last_updated": "2023-10-30T15:03:12.046994-04:00",
            "created_at": "2023-10-27T10:23:19.489713-04:00",
            "name": "Game Total Under 229.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e60af6c3-8836-48f6-9b66-175d0c091e6d/?format=api"
        }
    ]
}