GET /api/bet_types/376c7ae7-6a42-4a59-9585-28ad543a5108/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "376c7ae7-6a42-4a59-9585-28ad543a5108",
    "match": "https://api-prod.gambitprofit.com/api/matches/f13d45fb-f14b-47df-a54b-d886eb66cda4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-19T12:17:09.663233-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 216.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 216.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb21c9a0-3ea6-4772-aa52-ceb6e1c7443a",
            "gambit_id": "d371b2fe-beeb-4e48-83b3-b8e616585e04",
            "last_updated": "2023-04-20T11:42:16.701371-04:00",
            "created_at": "2023-04-19T12:17:09.668787-04:00",
            "name": "Game Total Over 216.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "216.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/376c7ae7-6a42-4a59-9585-28ad543a5108/?format=api"
        },
        {
            "id": "809cc2a6-f7bb-4782-b0a1-e0c14978478c",
            "gambit_id": "74103d5f-d6d5-4882-812f-ec21526a9070",
            "last_updated": "2023-04-20T11:42:16.698938-04:00",
            "created_at": "2023-04-19T12:17:09.666152-04:00",
            "name": "Game Total Under 216.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "216.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/376c7ae7-6a42-4a59-9585-28ad543a5108/?format=api"
        }
    ]
}