GET /api/bet_types/170612f5-4e59-4efb-abf8-3746428e4786/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "170612f5-4e59-4efb-abf8-3746428e4786",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4a36bfc-a2fd-430a-8995-627bcca29524/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-08T09:37:01.116711-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 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0def869-edd8-4cce-8433-62958aefc311",
            "gambit_id": "5cf07901-3853-4959-9e63-984715bbd6fc",
            "last_updated": "2023-02-09T11:12:07.560999-05:00",
            "created_at": "2023-02-08T09:37:01.121500-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/170612f5-4e59-4efb-abf8-3746428e4786/?format=api"
        },
        {
            "id": "ba2901ad-da9a-4ffa-b7cf-765456dcd3c7",
            "gambit_id": "19e19d2b-65c1-4688-b78d-697e3e6af4e1",
            "last_updated": "2023-02-09T11:12:07.559686-05:00",
            "created_at": "2023-02-08T09:37:01.118802-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/170612f5-4e59-4efb-abf8-3746428e4786/?format=api"
        }
    ]
}