GET /api/bet_types/6c608197-0e87-495f-a9b8-a05a9bc13ab3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c608197-0e87-495f-a9b8-a05a9bc13ab3",
    "match": "https://api-prod.gambitprofit.com/api/matches/7944937b-87b9-48d4-bbaf-d42a02247fd4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-10T09:02:08.733313-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": "Philadelphia 76ers",
                "amount": 6563.0
            },
            {
                "team": "New York Knicks",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "96adf2da-22a0-4c7c-9716-994cc8fd5fbb",
            "gambit_id": "87361bf1-a6dd-4c1f-97d0-f0266f69d5d8",
            "last_updated": "2023-02-11T17:57:01.904477-05:00",
            "created_at": "2023-02-10T09:02:08.734513-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c608197-0e87-495f-a9b8-a05a9bc13ab3/?format=api"
        },
        {
            "id": "fc18c619-5590-483e-84e3-75b3ddd1822f",
            "gambit_id": "3d8c6631-9abd-4d17-9439-ee4d3d680485",
            "last_updated": "2023-02-11T17:57:01.906310-05:00",
            "created_at": "2023-02-10T09:02:08.735908-05:00",
            "name": "New York Knicks",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c608197-0e87-495f-a9b8-a05a9bc13ab3/?format=api"
        }
    ]
}