GET /api/bet_types/e0f38ae4-1cf8-4cad-bd35-1e87d9eb9f0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0f38ae4-1cf8-4cad-bd35-1e87d9eb9f0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3245c9f-8de6-46be-8a31-37b3437d2007/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-21T09:38:06.423461-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 6",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac220b20-b144-4ac8-9b96-1246c8601dac",
            "gambit_id": "fd8c7c5f-e08b-4485-8b45-db65de4eab0a",
            "last_updated": "2023-10-23T20:38:03.610217-04:00",
            "created_at": "2023-10-21T09:38:06.428335-04:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0f38ae4-1cf8-4cad-bd35-1e87d9eb9f0d/?format=api"
        },
        {
            "id": "1ac9ea96-e7c3-492e-bc03-28959bb08d25",
            "gambit_id": "626d7112-d78e-44b0-8328-3fed89418089",
            "last_updated": "2023-10-23T20:38:03.613951-04:00",
            "created_at": "2023-10-21T09:38:06.432951-04:00",
            "name": "Game Total Under 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0f38ae4-1cf8-4cad-bd35-1e87d9eb9f0d/?format=api"
        }
    ]
}