GET /api/bet_types/4d3f307f-8b08-438c-ad20-e1f97ab29d0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d3f307f-8b08-438c-ad20-e1f97ab29d0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dd28c88-28d5-455f-97d0-df4ab0883e0a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-12T09:43:03.925328-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": "ea4c5eab-1c18-49b4-9263-9fe1980cb8e8",
            "gambit_id": "76051204-86a3-468c-ab83-1505d2bf7a6a",
            "last_updated": "2023-08-14T10:53:15.318174-04:00",
            "created_at": "2023-08-12T09:43:03.931616-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/4d3f307f-8b08-438c-ad20-e1f97ab29d0e/?format=api"
        },
        {
            "id": "f4ebce19-8d95-4279-8537-4122e6e632a6",
            "gambit_id": "45df9cae-a914-401c-a205-ef4150db0b86",
            "last_updated": "2023-08-14T10:53:15.321366-04:00",
            "created_at": "2023-08-12T09:43:03.938572-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/4d3f307f-8b08-438c-ad20-e1f97ab29d0e/?format=api"
        }
    ]
}