GET /api/bet_types/5347df30-fe4d-4241-98bb-ab5846ff4239/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5347df30-fe4d-4241-98bb-ab5846ff4239",
    "match": "https://api-prod.gambitprofit.com/api/matches/500a0db2-f22b-4e76-b714-5463765a5888/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-21T09:21:58.202908-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": "Winnipeg Jets",
                "amount": 7248.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 2752.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "03729a4c-7a22-4609-a760-54b187720a30",
            "gambit_id": "77697c8e-ce19-497f-9424-13dbb03defb2",
            "last_updated": "2023-03-22T16:51:52.930393-04:00",
            "created_at": "2023-03-21T09:21:58.204784-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.31000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5347df30-fe4d-4241-98bb-ab5846ff4239/?format=api"
        },
        {
            "id": "96a2605b-8667-4d6c-ba49-1706c229811a",
            "gambit_id": "4b8b11ca-9aaa-4c98-b1e5-ffe0269a7180",
            "last_updated": "2023-03-22T16:51:52.932888-04:00",
            "created_at": "2023-03-21T09:21:58.206393-04:00",
            "name": "Arizona Coyotes",
            "reward": "3.45000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5347df30-fe4d-4241-98bb-ab5846ff4239/?format=api"
        }
    ]
}