GET /api/bet_types/4f503190-5c37-4ad5-bff7-2b97bcbac68c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f503190-5c37-4ad5-bff7-2b97bcbac68c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4496b26-57d6-4da3-9e03-45770e62c941/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:17.218396-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": "Edmonton Oilers",
                "amount": 6324.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9042.96,
        "profit_sb": 42.96,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "df2dca5f-f54a-4810-b1f2-7285a28af776",
            "gambit_id": "4d358934-d12b-411f-8374-3347d5e0352d",
            "last_updated": "2022-12-28T21:42:14.518959-05:00",
            "created_at": "2022-12-27T08:57:17.220799-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.43000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f503190-5c37-4ad5-bff7-2b97bcbac68c/?format=api"
        },
        {
            "id": "31e8f365-ee16-479a-9aca-9d081897f06c",
            "gambit_id": "5752e26b-52d2-4499-af18-f4e0c29618c5",
            "last_updated": "2022-12-28T21:42:14.517839-05:00",
            "created_at": "2022-12-27T08:57:17.219552-05:00",
            "name": "Calgary Flames",
            "reward": "2.46000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f503190-5c37-4ad5-bff7-2b97bcbac68c/?format=api"
        }
    ]
}