GET /api/bet_types/7b0a88e9-1461-4b29-9955-215cadc3c163/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b0a88e9-1461-4b29-9955-215cadc3c163",
    "match": "https://api-prod.gambitprofit.com/api/matches/680da86e-d697-4383-bab3-2879474dbf6e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-23T11:46:59.481106-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 2.5",
                "amount": 5068.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4932.0
            }
        ],
        "expected_reward_tokens": 9222.84,
        "profit_sb": -277.16,
        "profit_sb_percentage": -2.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfb665a8-7235-4f2c-b1b8-ad618f97a66f",
            "gambit_id": "72e24ae8-a00c-4ab8-99b1-fee354d0f1c5",
            "last_updated": "2023-02-26T12:02:02.075243-05:00",
            "created_at": "2023-02-23T11:46:59.483619-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b0a88e9-1461-4b29-9955-215cadc3c163/?format=api"
        },
        {
            "id": "dbd88283-b24b-4615-bb21-5546f8c832f1",
            "gambit_id": "094f0f22-2a26-4207-9bc1-248292dd3d4b",
            "last_updated": "2023-02-26T12:02:02.074092-05:00",
            "created_at": "2023-02-23T11:46:59.482326-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.87000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b0a88e9-1461-4b29-9955-215cadc3c163/?format=api"
        }
    ]
}