GET /api/bet_types/79bb6b97-ad1f-4747-966e-1792ed7f5864/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79bb6b97-ad1f-4747-966e-1792ed7f5864",
    "match": "https://api-prod.gambitprofit.com/api/matches/2995c5ab-e7aa-475a-a96c-fc46b574f0fe/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T09:57:07.123627-04: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": 5512.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "c86dd118-ecd0-4730-bd26-42dc6d57d74b",
            "gambit_id": "ff6015dd-33dd-473d-bd9d-55af9f10c981",
            "last_updated": "2023-04-03T20:32:19.329815-04:00",
            "created_at": "2023-04-02T09:57:07.128517-04:00",
            "name": "New York Rangers",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79bb6b97-ad1f-4747-966e-1792ed7f5864/?format=api"
        },
        {
            "id": "23e8ed04-45cf-4137-b5b5-0700298bd176",
            "gambit_id": "c98d3e94-68fd-4a57-b2a9-9327e0c954cf",
            "last_updated": "2023-04-03T20:32:19.327624-04:00",
            "created_at": "2023-04-02T09:57:07.126236-04:00",
            "name": "Washington Capitals",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79bb6b97-ad1f-4747-966e-1792ed7f5864/?format=api"
        }
    ]
}