GET /api/bet_types/37063b1d-0ca8-4508-82dd-9419f7fb9514/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37063b1d-0ca8-4508-82dd-9419f7fb9514",
    "match": "https://api-prod.gambitprofit.com/api/matches/76d478e3-05a9-4b1f-bd87-5917775f6fc0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-25T17:22:10.731470-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": "San Jose Sharks",
                "amount": 6611.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9453.73,
        "profit_sb": -46.27,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "55a01b13-ba97-48c3-8c81-2deea9f74c9a",
            "gambit_id": "592bd80c-b221-4d64-b277-2e5ebe864c3d",
            "last_updated": "2023-02-26T11:46:57.416916-05:00",
            "created_at": "2023-02-25T17:22:10.732668-05:00",
            "name": "San Jose Sharks",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37063b1d-0ca8-4508-82dd-9419f7fb9514/?format=api"
        },
        {
            "id": "0e67c277-790d-4fa0-b380-c1f74f291c8b",
            "gambit_id": "e73b4cba-97d0-486d-b002-ca6cee9ca32a",
            "last_updated": "2023-02-26T11:46:57.418019-05:00",
            "created_at": "2023-02-25T17:22:10.733939-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.79000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37063b1d-0ca8-4508-82dd-9419f7fb9514/?format=api"
        }
    ]
}