GET /api/bet_types/6a21b755-0368-4cd3-9cc3-40f10a9e51cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a21b755-0368-4cd3-9cc3-40f10a9e51cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/3cd57b30-c94e-4275-8bf7-e2d54c937a08/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-27T10:28:19.022508-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4b97828-f86b-4343-b629-8a2773b444b5",
            "gambit_id": "573e37be-db4d-4843-87c5-16db9f7c8521",
            "last_updated": "2023-10-30T15:13:12.863235-04:00",
            "created_at": "2023-10-27T10:28:19.040851-04:00",
            "name": "Game Total Under 227.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a21b755-0368-4cd3-9cc3-40f10a9e51cc/?format=api"
        },
        {
            "id": "15394e29-b817-4101-a11c-6b367c453b4d",
            "gambit_id": "d76ff04d-2135-4ee5-8ecd-862014e31be3",
            "last_updated": "2023-10-30T15:13:12.859881-04:00",
            "created_at": "2023-10-27T10:28:19.025999-04:00",
            "name": "Game Total Over 227.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a21b755-0368-4cd3-9cc3-40f10a9e51cc/?format=api"
        }
    ]
}