GET /api/bet_types/a8b4d716-c476-41dd-ae3b-1b23b96ec7a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8b4d716-c476-41dd-ae3b-1b23b96ec7a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1015702-29d1-4312-b342-062ef385cfca/?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 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "03e8a473-6e36-4c8e-af59-25033f7d0ada",
            "gambit_id": "4bdcb27d-3fc3-4282-b862-73b5903f5af5",
            "last_updated": "2022-11-06T09:13:45.353543-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8b4d716-c476-41dd-ae3b-1b23b96ec7a8/?format=api"
        },
        {
            "id": "27498609-1a5c-46d8-9978-9d0cf73de55b",
            "gambit_id": "885d1ac5-f64c-4696-bb27-9a48c3da119e",
            "last_updated": "2022-11-06T09:13:45.354766-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8b4d716-c476-41dd-ae3b-1b23b96ec7a8/?format=api"
        }
    ]
}