GET /api/bet_types/e270498c-fbcc-4ff7-a946-c9fe21aa1bef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e270498c-fbcc-4ff7-a946-c9fe21aa1bef",
    "match": "https://api-prod.gambitprofit.com/api/matches/af6a5226-8d42-4f91-83a8-b9d51397b7e7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-17T09:23:18.887207-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 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "80c6482e-4c4e-4098-8388-6d70c0410f12",
            "gambit_id": "a30e04a9-264d-4f18-906f-9a3cf5e522fb",
            "last_updated": "2023-11-18T17:58:22.917503-05:00",
            "created_at": "2023-11-17T09:23:18.891182-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e270498c-fbcc-4ff7-a946-c9fe21aa1bef/?format=api"
        },
        {
            "id": "98d45260-220d-4484-868c-d38a110a7133",
            "gambit_id": "f796675c-579f-47da-85f9-015a2c3288b1",
            "last_updated": "2023-11-18T17:58:22.922610-05:00",
            "created_at": "2023-11-17T09:23:18.896801-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e270498c-fbcc-4ff7-a946-c9fe21aa1bef/?format=api"
        }
    ]
}