GET /api/bet_types/85dfb1ef-98ed-459e-b41c-a6534bd326cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85dfb1ef-98ed-459e-b41c-a6534bd326cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5b91deb-74d8-425f-94a6-17e53dfb2101/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-14T05:58:09.728866-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "224347f5-7983-4e37-9330-7071e73aa60b",
            "gambit_id": "aa40275e-92fd-43fa-af8c-be277e7bf56d",
            "last_updated": "2023-06-15T23:23:32.617398-04:00",
            "created_at": "2023-06-14T05:58:09.731039-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85dfb1ef-98ed-459e-b41c-a6534bd326cd/?format=api"
        },
        {
            "id": "02e94363-d176-41f4-b09b-20f85318e5b0",
            "gambit_id": "f6f3a4ce-6edb-4451-8e56-63696b711cf2",
            "last_updated": "2023-06-15T23:23:32.618746-04:00",
            "created_at": "2023-06-14T05:58:09.733273-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85dfb1ef-98ed-459e-b41c-a6534bd326cd/?format=api"
        }
    ]
}