GET /api/bet_types/e90a10ad-2da3-4807-87cd-b9d5e6e9bd92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e90a10ad-2da3-4807-87cd-b9d5e6e9bd92",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f7e3533-6757-40e6-879f-c8d8e65fe114/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-16T08:22:59.590478-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": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "db63c3bd-a70e-4464-b187-347d0faa4bbf",
            "gambit_id": "a6a409e4-c0c9-448b-abd8-3fb860547494",
            "last_updated": "2023-06-17T14:58:01.971174-04:00",
            "created_at": "2023-06-16T08:22:59.592563-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e90a10ad-2da3-4807-87cd-b9d5e6e9bd92/?format=api"
        },
        {
            "id": "fac5f15f-0ab0-4af8-bd9d-14b418dec30c",
            "gambit_id": "7d408554-cf0d-4de0-8707-942f1d0c07e4",
            "last_updated": "2023-06-17T14:58:01.973142-04:00",
            "created_at": "2023-06-16T08:22:59.594560-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e90a10ad-2da3-4807-87cd-b9d5e6e9bd92/?format=api"
        }
    ]
}