GET /api/bet_types/5683a8c0-dec8-40c0-8b21-8d93d2ae5d6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5683a8c0-dec8-40c0-8b21-8d93d2ae5d6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f9d5495-66e9-42f4-a4cf-0f1d9e8703ab/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-19T09:33:13.504444-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 49.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 49.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "26a03bd1-e8da-4fcd-8150-326ead1e04a8",
            "gambit_id": "4b8a4ed5-76b3-4fe1-ae28-88ef2ee238fd",
            "last_updated": "2024-01-23T18:43:23.033283-05:00",
            "created_at": "2024-01-19T09:33:13.507699-05:00",
            "name": "Game Total Over 49.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5683a8c0-dec8-40c0-8b21-8d93d2ae5d6f/?format=api"
        },
        {
            "id": "bbf77e35-1c08-4cfa-b9d2-56c6019f805e",
            "gambit_id": "48d33796-40a4-43cb-ba62-9c9276bf7cad",
            "last_updated": "2024-01-23T18:43:23.036786-05:00",
            "created_at": "2024-01-19T09:33:13.511770-05:00",
            "name": "Game Total Under 49.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5683a8c0-dec8-40c0-8b21-8d93d2ae5d6f/?format=api"
        }
    ]
}