GET /api/bet_types/d2cdcd96-36f5-4f9d-9fa9-e6dd1c2ceff4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2cdcd96-36f5-4f9d-9fa9-e6dd1c2ceff4",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1e98067-4253-4d41-a662-70be18162e7a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-21T12:52:12.963711-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.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2a3c781-3a09-4acd-b4f0-e1f420e9e3a8",
            "gambit_id": "4eb5b3b3-a5ea-4815-adbc-192362bb9a16",
            "last_updated": "2023-04-22T13:07:17.704808-04:00",
            "created_at": "2023-04-21T12:52:12.967040-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2cdcd96-36f5-4f9d-9fa9-e6dd1c2ceff4/?format=api"
        },
        {
            "id": "df846533-0d99-49ff-b8b9-141a91b9da0b",
            "gambit_id": "9c8f68b9-8276-4c9c-b9b0-334e9565c887",
            "last_updated": "2023-04-22T13:07:17.703308-04:00",
            "created_at": "2023-04-21T12:52:12.965389-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2cdcd96-36f5-4f9d-9fa9-e6dd1c2ceff4/?format=api"
        }
    ]
}