GET /api/bet_types/c973e794-6860-4008-aa16-35a0ca2c8e36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c973e794-6860-4008-aa16-35a0ca2c8e36",
    "match": "https://api-prod.gambitprofit.com/api/matches/36b89a28-76d2-4689-8932-0fa36fce231e/?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": "New England Patriots",
                "amount": 5000.0
            },
            {
                "team": "New York Jets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "60a3f355-fe37-430f-824d-dcf7e9a0dea4",
            "gambit_id": "7b5ad9a7-6d27-4418-9f44-30ebf61cc856",
            "last_updated": "2022-11-21T15:53:15.515950-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c973e794-6860-4008-aa16-35a0ca2c8e36/?format=api"
        },
        {
            "id": "b79f6746-1326-432c-8c0e-c5654d9d9659",
            "gambit_id": "9f1baffd-4882-40c1-bb89-b07e7530549f",
            "last_updated": "2022-11-21T15:53:15.517139-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c973e794-6860-4008-aa16-35a0ca2c8e36/?format=api"
        }
    ]
}