GET /api/bet_types/972a952e-747e-47c9-8bbc-20292ef7b095/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "972a952e-747e-47c9-8bbc-20292ef7b095",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f2df1e6-e7bf-48f0-ba39-635882ba90a4/?format=api",
    "name": "Pick the Winner",
    "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": "ARI (Z Gallen)",
                "amount": 6643.0
            },
            {
                "team": "PIT (T Beede)",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9298.89,
        "profit_sb": 298.89,
        "profit_sb_percentage": 3.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "e83a2725-9144-4752-9f3b-c27d367cac88",
            "gambit_id": "9580a60c-4a1a-4099-9697-d570b2e39072",
            "last_updated": "2022-08-09T09:42:03.088755-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.40000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/972a952e-747e-47c9-8bbc-20292ef7b095/?format=api"
        },
        {
            "id": "b545b153-c310-45d7-ab24-3eec24539311",
            "gambit_id": "7143760a-586c-46bf-9208-7c6f5974cb2b",
            "last_updated": "2022-08-09T09:42:03.089222-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (T Beede)",
            "reward": "2.77000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/972a952e-747e-47c9-8bbc-20292ef7b095/?format=api"
        }
    ]
}