GET /api/bet_types/dd1ebca1-94dd-450f-95bd-682b32062d32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd1ebca1-94dd-450f-95bd-682b32062d32",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae041610-a1be-4d82-a5a2-7eb80957d941/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-14T09:58:13.266800-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 38.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 38.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "852e07fa-c830-4bea-852f-eb919a2e2178",
            "gambit_id": "d27a1ae0-ea71-4881-898e-8e25cffc5d53",
            "last_updated": "2023-09-18T13:28:22.577252-04:00",
            "created_at": "2023-09-14T09:58:13.270413-04:00",
            "name": "Game Total Over 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd1ebca1-94dd-450f-95bd-682b32062d32/?format=api"
        },
        {
            "id": "f95f1f34-32e0-4c6e-aec6-c2a38d558fec",
            "gambit_id": "72cdb49d-792c-4083-ab57-2c474a0c73c1",
            "last_updated": "2023-09-18T13:28:22.588680-04:00",
            "created_at": "2023-09-14T09:58:13.274417-04:00",
            "name": "Game Total Under 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd1ebca1-94dd-450f-95bd-682b32062d32/?format=api"
        }
    ]
}