GET /api/bet_types/4b02d909-29b0-4330-b4a9-0294eb276f12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b02d909-29b0-4330-b4a9-0294eb276f12",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3b62d7b-b944-430e-8e87-18f6e8d512f0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-20T09:13:17.653762-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": "Calgary Flames",
                "amount": 6010.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6f4d012-12cd-4b50-ba84-1292e66ec7f8",
            "gambit_id": "6ca58569-2034-4738-9d8a-f76709cf2409",
            "last_updated": "2023-10-21T10:13:18.394919-04:00",
            "created_at": "2023-10-20T09:13:17.658761-04:00",
            "name": "Calgary Flames",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b02d909-29b0-4330-b4a9-0294eb276f12/?format=api"
        },
        {
            "id": "f88cad29-37b6-4b18-b7ac-286a915c4c93",
            "gambit_id": "414a7357-4403-4ddb-85a1-eea91410df42",
            "last_updated": "2023-10-21T10:13:18.400753-04:00",
            "created_at": "2023-10-20T09:13:17.664596-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b02d909-29b0-4330-b4a9-0294eb276f12/?format=api"
        }
    ]
}