GET /api/bet_types/d48a90c3-0e80-4367-b8f1-38eee8a70a59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d48a90c3-0e80-4367-b8f1-38eee8a70a59",
    "match": "https://api-prod.gambitprofit.com/api/matches/84de89ca-3fb9-45d0-9ab2-35be01ce4a2f/?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 6.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "bdd7b107-2ec0-40a3-ab02-4cd104f3fbdd",
            "gambit_id": "8080d5c7-0ee5-449a-921f-265f4637f003",
            "last_updated": "2022-10-31T12:22:13.436605-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d48a90c3-0e80-4367-b8f1-38eee8a70a59/?format=api"
        },
        {
            "id": "f5653c33-b309-433f-a43c-c6efd8897871",
            "gambit_id": "f175266e-28d5-4cff-a64c-962f58eebdf4",
            "last_updated": "2022-10-31T12:22:13.437738-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d48a90c3-0e80-4367-b8f1-38eee8a70a59/?format=api"
        }
    ]
}