GET /api/bet_types/94a77fec-4245-4063-8c62-42957abafcc5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94a77fec-4245-4063-8c62-42957abafcc5",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b31d49e-3399-43b7-a3f4-c063dcab8a8d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-29T10:38:00.554043-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": "Columbus Blue Jackets",
                "amount": 5317.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "40bf1dcc-484a-45c9-918b-79774140b541",
            "gambit_id": "1322120c-f007-43a6-9cc6-c0851669f86a",
            "last_updated": "2023-11-30T11:28:14.746773-05:00",
            "created_at": "2023-11-29T10:38:00.564638-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94a77fec-4245-4063-8c62-42957abafcc5/?format=api"
        },
        {
            "id": "a7552e66-de48-4b3c-86b4-e0fda9c2eedd",
            "gambit_id": "0917f63d-a52a-4ee7-ba1f-14c5ca5053d7",
            "last_updated": "2023-11-30T11:28:14.742328-05:00",
            "created_at": "2023-11-29T10:38:00.559415-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94a77fec-4245-4063-8c62-42957abafcc5/?format=api"
        }
    ]
}