GET /api/bet_types/4bee5241-97df-4707-b90d-2775fe8e7bad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bee5241-97df-4707-b90d-2775fe8e7bad",
    "match": "https://api-prod.gambitprofit.com/api/matches/3dba222c-48f5-4abe-88e7-4824f9bb3b2e/?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": "New York Rangers",
                "amount": 6042.0
            },
            {
                "team": "New York Islanders",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "10f96feb-5caf-4ee6-9e19-9efc2962cc12",
            "gambit_id": "18e596a9-b044-4eab-994b-156c9a49a4a6",
            "last_updated": "2022-11-09T09:42:59.758496-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bee5241-97df-4707-b90d-2775fe8e7bad/?format=api"
        },
        {
            "id": "22144495-9347-4ad3-9d46-fff6885dc164",
            "gambit_id": "ae42e8f2-c512-41ed-8d60-31dd3b48d214",
            "last_updated": "2022-11-09T09:42:59.759502-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bee5241-97df-4707-b90d-2775fe8e7bad/?format=api"
        }
    ]
}