GET /api/bet_types/dbcb49ec-3aac-4313-8bec-2534712400c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbcb49ec-3aac-4313-8bec-2534712400c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9ad4354-bb3c-4711-b7b6-731ce8f98f27/?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 Under 39",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 39",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f766d41-b57e-4734-acae-7f1756df7a05",
            "gambit_id": "3b98f292-9977-4186-b8dd-27064a331c25",
            "last_updated": "2022-10-28T10:07:06.353885-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 39",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "39.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbcb49ec-3aac-4313-8bec-2534712400c3/?format=api"
        },
        {
            "id": "bf0dcb2f-13b4-4d81-951e-54ea82f19795",
            "gambit_id": "e2ed50bf-d9c5-44f0-9512-554619ccaa15",
            "last_updated": "2022-10-28T10:07:06.355083-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 39",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "39.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbcb49ec-3aac-4313-8bec-2534712400c3/?format=api"
        }
    ]
}