GET /api/bet_types/50c32c2d-8625-4ec8-a42e-90ee9981ccd9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50c32c2d-8625-4ec8-a42e-90ee9981ccd9",
    "match": "https://api-prod.gambitprofit.com/api/matches/eee7deab-4cd8-4efa-bdad-1cb392e31dbf/?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 York Rangers",
                "amount": 5212.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ffb54b0-b086-4245-90e1-88db4a529822",
            "gambit_id": "6f1415e8-7649-47eb-9ee5-7d156b0d42fe",
            "last_updated": "2022-10-21T20:57:28.322880-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50c32c2d-8625-4ec8-a42e-90ee9981ccd9/?format=api"
        },
        {
            "id": "f1a5fdcd-0d0e-4312-8469-067de6e4ca43",
            "gambit_id": "bba43533-6cfa-4f3e-b417-e884b1ecaf74",
            "last_updated": "2022-10-21T20:57:28.324065-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50c32c2d-8625-4ec8-a42e-90ee9981ccd9/?format=api"
        }
    ]
}