GET /api/bet_types/32d1e670-0e6d-46ba-b89f-6b8d996ebb0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32d1e670-0e6d-46ba-b89f-6b8d996ebb0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/88600e01-333a-443e-9699-dbf2f2f48b5e/?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": "TAM (J Springs)",
                "amount": 5117.0
            },
            {
                "team": "BOS (N Eovaldi)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9619.51,
        "profit_sb": 119.51,
        "profit_sb_percentage": 1.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "f663bd50-94a7-46e2-a4bf-2b12970eb50e",
            "gambit_id": "1172eaf5-151c-4187-b52a-6c63e07831b5",
            "last_updated": "2022-10-05T07:21:54.031899-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (J Springs)",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32d1e670-0e6d-46ba-b89f-6b8d996ebb0d/?format=api"
        },
        {
            "id": "0ec9651a-ebc7-49f2-81c8-b113f4c494f0",
            "gambit_id": "c1716a3d-1c74-4c78-8fa8-5de845a2b4f3",
            "last_updated": "2022-10-05T07:21:54.032810-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (N Eovaldi)",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32d1e670-0e6d-46ba-b89f-6b8d996ebb0d/?format=api"
        }
    ]
}