GET /api/bet_types/0da3dcfb-897d-422d-97c1-4e7d97f8de85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0da3dcfb-897d-422d-97c1-4e7d97f8de85",
    "match": "https://api-prod.gambitprofit.com/api/matches/6101c1fe-585f-41ee-a957-e53a0f0bb343/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-27T08:13:18.160742-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": "4320d999-6c00-4a54-8969-9ef48686ab27",
            "gambit_id": "f9125aa5-fc60-4d15-909c-d32dc6c994e6",
            "last_updated": "2023-08-29T09:08:31.314603-04:00",
            "created_at": "2023-08-27T08:13:18.164219-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/0da3dcfb-897d-422d-97c1-4e7d97f8de85/?format=api"
        },
        {
            "id": "5c5ab1e6-817e-4c5b-a27b-fde5a85fd49f",
            "gambit_id": "7e4e9bbb-9c35-43d5-b9a1-3a65fb5fa9e2",
            "last_updated": "2023-08-29T09:08:31.322075-04:00",
            "created_at": "2023-08-27T08:13:18.168480-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/0da3dcfb-897d-422d-97c1-4e7d97f8de85/?format=api"
        }
    ]
}