GET /api/bet_types/87fe1750-6ce9-4098-a64d-6bfd5c141bd2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87fe1750-6ce9-4098-a64d-6bfd5c141bd2",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ab1a331-1807-4b7f-be78-b25ea6bbf7af/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-13T09:08:19.558866-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfeb4965-98d0-4c70-8cd0-06c53e77ebb8",
            "gambit_id": "34ba09cf-1028-4f15-9ee6-afd157cab541",
            "last_updated": "2023-06-14T11:23:21.811308-04:00",
            "created_at": "2023-06-13T09:08:19.563605-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87fe1750-6ce9-4098-a64d-6bfd5c141bd2/?format=api"
        },
        {
            "id": "e37fd4c8-03ba-470b-b40b-826c680f409d",
            "gambit_id": "e5d0e0fd-f2fe-40e6-8c66-8b1f6b31fc63",
            "last_updated": "2023-06-14T11:23:21.809307-04:00",
            "created_at": "2023-06-13T09:08:19.561348-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87fe1750-6ce9-4098-a64d-6bfd5c141bd2/?format=api"
        }
    ]
}