GET /api/bet_types/bcd7211d-ab16-4826-89d6-0a31f3b6ec2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcd7211d-ab16-4826-89d6-0a31f3b6ec2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/97172492-49f1-4669-921d-7c4dff7434ca/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:13:17.847823-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 Over 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d5d777c-6924-4e02-9555-54288d3e3fe9",
            "gambit_id": "6e9eb51a-27c0-4c5d-878b-b97b02681df5",
            "last_updated": "2023-11-27T20:13:14.081220-05:00",
            "created_at": "2023-11-22T09:13:17.851528-05:00",
            "name": "Game Total Over 42",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcd7211d-ab16-4826-89d6-0a31f3b6ec2c/?format=api"
        },
        {
            "id": "a183a9b1-8948-4d13-b00e-7460be57b467",
            "gambit_id": "c92b7410-e701-4991-8ee7-d8964d4ba1b3",
            "last_updated": "2023-11-27T20:13:14.084695-05:00",
            "created_at": "2023-11-22T09:13:17.855601-05:00",
            "name": "Game Total Under 42",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcd7211d-ab16-4826-89d6-0a31f3b6ec2c/?format=api"
        }
    ]
}