GET /api/bet_types/05bee49e-a029-4741-ac21-c6318716e93d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05bee49e-a029-4741-ac21-c6318716e93d",
    "match": "https://api-prod.gambitprofit.com/api/matches/06cc3d6a-a312-400f-b506-b502e4fd5051/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-06T08:38:17.367125-04: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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0274562e-80f0-40f3-8750-59c5f8f61d25",
            "gambit_id": "04523ab3-1476-4754-8391-5d31e925ae91",
            "last_updated": "2023-08-07T19:28:12.290881-04:00",
            "created_at": "2023-08-06T08:38:17.378705-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05bee49e-a029-4741-ac21-c6318716e93d/?format=api"
        },
        {
            "id": "735bc0f8-a4e1-4667-aa30-943716858678",
            "gambit_id": "3ba2fe61-5730-4a50-bda5-af6a95dc92e4",
            "last_updated": "2023-08-07T19:28:12.287587-04:00",
            "created_at": "2023-08-06T08:38:17.372332-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05bee49e-a029-4741-ac21-c6318716e93d/?format=api"
        }
    ]
}