GET /api/bet_types/8f59f663-ab44-45c6-97e1-83a345821178/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f59f663-ab44-45c6-97e1-83a345821178",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f90942e-9085-49fc-a61f-5b24f4344543/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 6319.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3681.0
            }
        ],
        "expected_reward_tokens": 8908.02,
        "profit_sb": -91.98,
        "profit_sb_percentage": -1.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "31b0ad36-9da0-4509-bef0-491b4125569e",
            "gambit_id": "60c1a280-e1fb-494f-9c39-96ea147a7230",
            "last_updated": "2022-08-08T20:17:15.112317-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.41000",
            "odds": "1.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f59f663-ab44-45c6-97e1-83a345821178/?format=api"
        },
        {
            "id": "505bad13-510f-43be-a589-ae8126a47814",
            "gambit_id": "b3903aba-a9eb-4814-905f-e881366e1b3e",
            "last_updated": "2022-08-08T20:17:15.111295-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.42000",
            "odds": "2.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f59f663-ab44-45c6-97e1-83a345821178/?format=api"
        }
    ]
}