GET /api/bet_types/bda4ba96-cedf-469a-8676-7ad153d9f0eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bda4ba96-cedf-469a-8676-7ad153d9f0eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/20bc1fd9-08e1-45e7-b91e-73918fb8a036/?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 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "62be0340-43b2-4d6a-a3e4-bf6f9a12e3e5",
            "gambit_id": "b81e9470-f6e4-4933-aeda-752b26d5773d",
            "last_updated": "2022-11-01T09:52:27.410477-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 236.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bda4ba96-cedf-469a-8676-7ad153d9f0eb/?format=api"
        },
        {
            "id": "39c86c0f-1a3e-4122-9ecc-4c8d8f2a5d34",
            "gambit_id": "d37a8be6-cc83-4617-9a4c-fa2b15b11fa3",
            "last_updated": "2022-11-01T09:52:27.409204-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 236.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bda4ba96-cedf-469a-8676-7ad153d9f0eb/?format=api"
        }
    ]
}