GET /api/bet_types/3eb23b9c-3a65-43f8-aceb-b060eb134118/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3eb23b9c-3a65-43f8-aceb-b060eb134118",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ddfc6ac-2f6d-4b01-88c9-21c68a3b7e39/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-27T09:18:12.369350-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": "Montreal Canadiens",
                "amount": 5423.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "92ee516c-6fd6-4a3a-94f1-60da2bf9217b",
            "gambit_id": "bfd26d9e-f939-49c4-a171-5d5e15009e63",
            "last_updated": "2024-01-29T21:53:07.856487-05:00",
            "created_at": "2024-01-27T09:18:12.373476-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eb23b9c-3a65-43f8-aceb-b060eb134118/?format=api"
        },
        {
            "id": "92e5fd9d-9958-4868-92a7-15d126a878ff",
            "gambit_id": "43d64e52-dccc-4328-9bb4-5241d895b93e",
            "last_updated": "2024-01-29T21:53:07.860095-05:00",
            "created_at": "2024-01-27T09:18:12.378205-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eb23b9c-3a65-43f8-aceb-b060eb134118/?format=api"
        }
    ]
}