GET /api/bet_types/1cb29e26-89ad-4b9f-8835-89b44e1b7fa7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cb29e26-89ad-4b9f-8835-89b44e1b7fa7",
    "match": "https://api-prod.gambitprofit.com/api/matches/95372ce9-2963-4538-9dd4-cb62d6f30ce1/?format=api",
    "name": "Play the Odds",
    "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": "West Virginia",
                "amount": 5000.0
            },
            {
                "team": "Kansas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "494ec067-e9e0-4ec0-abe9-b3bf30ef2eb5",
            "gambit_id": "606ca6b8-104a-4916-9f86-53c6320a7491",
            "last_updated": "2022-09-11T10:47:32.083715-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Virginia",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb29e26-89ad-4b9f-8835-89b44e1b7fa7/?format=api"
        },
        {
            "id": "1a19f471-ffd5-4a24-9e5d-fccd6eb0312d",
            "gambit_id": "2116ed73-70d3-49f8-b2e7-b7d4afe27e52",
            "last_updated": "2022-09-11T10:47:32.084716-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb29e26-89ad-4b9f-8835-89b44e1b7fa7/?format=api"
        }
    ]
}