GET /api/bet_types/edf5caa4-ae7c-4d3a-803b-0dadc5ff9cea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "edf5caa4-ae7c-4d3a-803b-0dadc5ff9cea",
    "match": "https://api-prod.gambitprofit.com/api/matches/34ec037b-5251-496b-9a32-2678c5c1c576/?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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "91c9c219-ef8d-4e92-8063-3fd37d00a074",
            "gambit_id": "2d414568-75a9-491f-a8b3-929186c0b7a1",
            "last_updated": "2022-10-20T09:31:58.624220-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edf5caa4-ae7c-4d3a-803b-0dadc5ff9cea/?format=api"
        },
        {
            "id": "04f2744d-2c29-4d93-894e-8c50a2ea0d46",
            "gambit_id": "776279db-d9c5-4654-871a-ef56a1a74624",
            "last_updated": "2022-10-20T09:31:58.625415-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edf5caa4-ae7c-4d3a-803b-0dadc5ff9cea/?format=api"
        }
    ]
}