GET /api/bet_types/7265eff3-a33f-47e4-ab9c-b3f9add1c47e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7265eff3-a33f-47e4-ab9c-b3f9add1c47e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e419708b-6482-4325-beed-c0d7c9cbdaf5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-13T09:11:47.579932-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": "Winnipeg Jets",
                "amount": 5882.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4118.0
            }
        ],
        "expected_reward_tokens": 9058.28,
        "profit_sb": 58.28,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "95b771ca-b651-430d-9ff0-5ddfa9426272",
            "gambit_id": "34f75683-907e-4623-ad81-55d751b3177b",
            "last_updated": "2023-01-14T20:22:16.617197-05:00",
            "created_at": "2023-01-13T09:11:47.583072-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.54000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7265eff3-a33f-47e4-ab9c-b3f9add1c47e/?format=api"
        },
        {
            "id": "1802615e-7436-4481-91f9-e8ac560bfd27",
            "gambit_id": "3e919830-982e-4d4b-acdd-f511faf39917",
            "last_updated": "2023-01-14T20:22:16.614138-05:00",
            "created_at": "2023-01-13T09:11:47.581582-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.20000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7265eff3-a33f-47e4-ab9c-b3f9add1c47e/?format=api"
        }
    ]
}