GET /api/bet_types/bb3a4e3b-e065-4e6c-b6e8-96c83823cc20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb3a4e3b-e065-4e6c-b6e8-96c83823cc20",
    "match": "https://api-prod.gambitprofit.com/api/matches/677f99ed-26e4-4b9f-a406-53b64c7751c6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T09:56:48.602917-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 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7474189c-1fc4-40b3-8f91-225cee94a2bf",
            "gambit_id": "9b517088-c2b4-4827-bb60-e96c98d7310a",
            "last_updated": "2023-04-01T10:17:09.088578-04:00",
            "created_at": "2023-03-31T09:56:48.605446-04:00",
            "name": "Game Total Under 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb3a4e3b-e065-4e6c-b6e8-96c83823cc20/?format=api"
        },
        {
            "id": "3adecc67-edff-4760-897f-832fed25ae21",
            "gambit_id": "54b53565-f5ba-4c01-a816-bf163a4dbc00",
            "last_updated": "2023-04-01T10:17:09.090383-04:00",
            "created_at": "2023-03-31T09:56:48.608044-04:00",
            "name": "Game Total Over 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb3a4e3b-e065-4e6c-b6e8-96c83823cc20/?format=api"
        }
    ]
}