GET /api/bet_types/b4e245cd-8304-46a3-b176-ac29ac1d1543/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4e245cd-8304-46a3-b176-ac29ac1d1543",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d1aa79e-96e8-4fba-a7d6-7be81afda7bc/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Calgary Flames",
                "amount": 6542.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3458.0
            }
        ],
        "expected_reward_tokens": 9093.38,
        "profit_sb": 93.38,
        "profit_sb_percentage": 1.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "17e5e453-244c-45f9-81cc-cd5a5bcb4ec7",
            "gambit_id": "587bb215-c0f3-455c-bcbe-eb1ddec06df2",
            "last_updated": "2022-11-09T09:43:04.289585-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.39000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4e245cd-8304-46a3-b176-ac29ac1d1543/?format=api"
        },
        {
            "id": "29fcfe8f-c451-4579-9d53-aa327c19331c",
            "gambit_id": "02253720-f1a6-4a44-8276-1ec978da243e",
            "last_updated": "2022-11-09T09:43:04.288545-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "2.63000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4e245cd-8304-46a3-b176-ac29ac1d1543/?format=api"
        }
    ]
}