GET /api/bet_types/b0c6fd6a-e0e1-45ec-8812-2b652d5e499a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0c6fd6a-e0e1-45ec-8812-2b652d5e499a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b7109df-1eed-4b7d-b105-ceba79a99056/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-14T09:33:22.447359-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 Under 8.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "cda3987f-a599-4cdc-880a-4afcf512b91e",
            "gambit_id": "a0c83956-7098-411a-985d-d770dd2c27c8",
            "last_updated": "2023-08-15T10:23:13.303074-04:00",
            "created_at": "2023-08-14T09:33:22.456026-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0c6fd6a-e0e1-45ec-8812-2b652d5e499a/?format=api"
        },
        {
            "id": "080c8050-60c2-4748-a128-5562977f207c",
            "gambit_id": "f0d772e9-107b-4493-a800-677c9a9fb57e",
            "last_updated": "2023-08-15T10:23:13.299167-04:00",
            "created_at": "2023-08-14T09:33:22.451686-04:00",
            "name": "Game Total Over 8.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0c6fd6a-e0e1-45ec-8812-2b652d5e499a/?format=api"
        }
    ]
}