GET /api/bet_types/fa727fbf-c6f6-4e13-846b-dec4c1ed3432/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa727fbf-c6f6-4e13-846b-dec4c1ed3432",
    "match": "https://api-prod.gambitprofit.com/api/matches/1088ea5d-7b68-44b8-8d95-81dab2f8f853/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-28T10:03:11.864674-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": 5107.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3c19607-3416-4df9-9f25-0fc66b1a009e",
            "gambit_id": "0dcc036a-d928-4ba2-8ebc-e9c356c54ed5",
            "last_updated": "2023-12-30T16:23:09.513854-05:00",
            "created_at": "2023-12-28T10:03:11.868592-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa727fbf-c6f6-4e13-846b-dec4c1ed3432/?format=api"
        },
        {
            "id": "844b8f42-8a2d-45c2-a67d-87798594f585",
            "gambit_id": "64d30348-aa82-48e9-a2ee-55be929b512c",
            "last_updated": "2023-12-30T16:23:09.517487-05:00",
            "created_at": "2023-12-28T10:03:11.873348-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa727fbf-c6f6-4e13-846b-dec4c1ed3432/?format=api"
        }
    ]
}