GET /api/bet_types/852ad19c-c016-49cc-9eca-ab889045817a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "852ad19c-c016-49cc-9eca-ab889045817a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ca70863-b728-4604-8a5e-44b8450752ee/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-04T09:48:05.736944-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 Under 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "df55b309-0183-4945-a066-f2c48b4c8574",
            "gambit_id": "0b51c28f-00ad-4590-83aa-d855ef3e7b0a",
            "last_updated": "2023-12-05T21:18:20.328279-05:00",
            "created_at": "2023-12-04T09:48:05.759959-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/852ad19c-c016-49cc-9eca-ab889045817a/?format=api"
        },
        {
            "id": "82181c8e-cb7b-4a37-9aa5-f304701eac5f",
            "gambit_id": "0a380bf7-dae6-4c1d-9f7f-e84aa8d2b29d",
            "last_updated": "2023-12-05T21:18:20.324974-05:00",
            "created_at": "2023-12-04T09:48:05.750315-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/852ad19c-c016-49cc-9eca-ab889045817a/?format=api"
        }
    ]
}