GET /api/bet_types/ca3c801f-3f85-4bc1-8dcc-324ce3e65cea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca3c801f-3f85-4bc1-8dcc-324ce3e65cea",
    "match": "https://api-prod.gambitprofit.com/api/matches/d28d87c3-5f7d-4272-b630-adbd66640645/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-23T09:07:03.077297-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 239.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 239.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "76d8fac1-64ed-467e-9ad6-10bc92e976ee",
            "gambit_id": "6532ab7f-5ede-4292-bea4-6e59bc86a203",
            "last_updated": "2023-02-24T12:17:07.551224-05:00",
            "created_at": "2023-02-23T09:07:03.083021-05:00",
            "name": "Game Total Over 239.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca3c801f-3f85-4bc1-8dcc-324ce3e65cea/?format=api"
        },
        {
            "id": "d7198d4c-aee8-4102-a1f1-9bc7f5cc1d59",
            "gambit_id": "324b9333-a087-42ec-99d0-43b6d3d5660b",
            "last_updated": "2023-02-24T12:17:07.549901-05:00",
            "created_at": "2023-02-23T09:07:03.079104-05:00",
            "name": "Game Total Under 239.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca3c801f-3f85-4bc1-8dcc-324ce3e65cea/?format=api"
        }
    ]
}