GET /api/bet_types/15e80300-07a3-4e1c-8e93-971b96a50578/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15e80300-07a3-4e1c-8e93-971b96a50578",
    "match": "https://api-prod.gambitprofit.com/api/matches/09cbc728-608d-4b63-947e-db2299018943/?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 56.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 56.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "06640a5e-ed9f-498a-ba0b-316acfc5f614",
            "gambit_id": "e6788ce7-857d-4072-9af6-34c52f35ca96",
            "last_updated": "2022-09-18T09:27:40.072587-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15e80300-07a3-4e1c-8e93-971b96a50578/?format=api"
        },
        {
            "id": "6011b39b-e28f-4f2a-ab59-46b28665162c",
            "gambit_id": "c4b4c727-6d21-45d6-b978-f5db1c342af9",
            "last_updated": "2022-09-18T09:27:40.073595-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15e80300-07a3-4e1c-8e93-971b96a50578/?format=api"
        }
    ]
}