GET /api/bet_types/25fa6f68-fc3c-4e94-b9d9-add044a96d8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25fa6f68-fc3c-4e94-b9d9-add044a96d8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0114a3e-a3fb-4c0f-9dab-3c7837ca2a01/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:15.126646-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": "Florida Panthers",
                "amount": 5421.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d2857fd-add9-4683-bcd8-dacc86058aea",
            "gambit_id": "2a4f2b09-a477-4c9f-a03b-96450f3aef21",
            "last_updated": "2023-03-13T13:22:04.467134-04:00",
            "created_at": "2023-03-11T09:32:15.127869-05:00",
            "name": "Florida Panthers",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25fa6f68-fc3c-4e94-b9d9-add044a96d8e/?format=api"
        },
        {
            "id": "72241688-1c87-4632-a7e9-ee0dcc65b9d5",
            "gambit_id": "b72a5d17-b1f4-461d-8baa-f427fae2e6dd",
            "last_updated": "2023-03-13T13:22:04.468798-04:00",
            "created_at": "2023-03-11T09:32:15.129219-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25fa6f68-fc3c-4e94-b9d9-add044a96d8e/?format=api"
        }
    ]
}