GET /api/bet_types/7cef70a5-95d4-4cf4-8daf-4f5a999674d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cef70a5-95d4-4cf4-8daf-4f5a999674d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/17a866d9-f288-4854-9e77-313b5ea4ec8c/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 216.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 216.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b844275-8616-4abd-a06a-651f08fb04b4",
            "gambit_id": "2129bf54-d88a-4414-bb73-a022f16d8a7c",
            "last_updated": "2022-10-24T11:47:17.418119-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 216.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "216.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cef70a5-95d4-4cf4-8daf-4f5a999674d8/?format=api"
        },
        {
            "id": "b810f63f-f45b-4c89-a443-267dd6249ad4",
            "gambit_id": "7974f1dc-ddcf-4afa-abb7-19238a4eef7c",
            "last_updated": "2022-10-24T11:47:17.419178-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 216.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "216.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cef70a5-95d4-4cf4-8daf-4f5a999674d8/?format=api"
        }
    ]
}