GET /api/bet_types/ab42d2ba-3afb-4838-bb44-ca39db207d43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab42d2ba-3afb-4838-bb44-ca39db207d43",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0c58928-c11a-41ad-9eca-39c9f454967c/?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 61.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 61.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "d4ee7077-7eb1-49aa-af06-8af0c6253713",
            "gambit_id": "b8714a8e-a5d8-4d54-bda3-8d493a170f9f",
            "last_updated": "2022-09-04T14:27:06.647132-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 61.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "61.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab42d2ba-3afb-4838-bb44-ca39db207d43/?format=api"
        },
        {
            "id": "c4b4aab5-147f-45fb-824a-bce9bfdb75ed",
            "gambit_id": "42ed65d9-7e6d-4579-acb0-ef7d799976ef",
            "last_updated": "2022-09-04T14:27:06.648125-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 61.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "61.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab42d2ba-3afb-4838-bb44-ca39db207d43/?format=api"
        }
    ]
}