GET /api/bet_types/09f8d783-116b-48c6-8ce0-3d86228216da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09f8d783-116b-48c6-8ce0-3d86228216da",
    "match": "https://api-prod.gambitprofit.com/api/matches/18e61828-f7b2-480b-b70e-abbdd1ae929a/?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": 5660.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4340.0
            }
        ],
        "expected_reward_tokens": 9112.6,
        "profit_sb": 112.6,
        "profit_sb_percentage": 1.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "3c655424-666c-4824-8b7b-1658d2f286ac",
            "gambit_id": "599f9c0f-4f03-4341-b4cd-b4bc49e85ea0",
            "last_updated": "2022-11-14T15:12:42.169713-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.61000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09f8d783-116b-48c6-8ce0-3d86228216da/?format=api"
        },
        {
            "id": "2d344d10-1fee-459e-9a69-bd7d698536c1",
            "gambit_id": "a65eff7f-3376-4e9e-833d-59aae2b9d8cb",
            "last_updated": "2022-11-14T15:12:42.170644-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.10000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09f8d783-116b-48c6-8ce0-3d86228216da/?format=api"
        }
    ]
}