GET /api/bet_types/56d7d620-ba40-4c3f-a824-508551b640f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56d7d620-ba40-4c3f-a824-508551b640f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d67f5af-3eb8-43b2-9a77-ca8d067a6a8c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-24T08:57:59.156475-04: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": "Nashville Predators",
                "amount": 5319.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "a59601dc-4cbb-4b33-ae80-56a6101caf9d",
            "gambit_id": "00d6abc6-da69-43db-bbcd-ad3be20dff88",
            "last_updated": "2023-10-26T10:13:03.567307-04:00",
            "created_at": "2023-10-24T08:57:59.165298-04:00",
            "name": "Nashville Predators",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56d7d620-ba40-4c3f-a824-508551b640f3/?format=api"
        },
        {
            "id": "e0fb2a6d-7cfb-45ea-9506-39852f81923f",
            "gambit_id": "76d38683-3849-436a-9b7a-4003a5c98bd0",
            "last_updated": "2023-10-26T10:13:03.563166-04:00",
            "created_at": "2023-10-24T08:57:59.160482-04:00",
            "name": "Vancouver Canucks",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56d7d620-ba40-4c3f-a824-508551b640f3/?format=api"
        }
    ]
}