GET /api/bet_types/291d68b6-79b6-458e-bc5d-2617a5070de8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "291d68b6-79b6-458e-bc5d-2617a5070de8",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b5f2716-f14c-4189-a282-87753564afb5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-02T08:28:13.463933-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": "Arizona Coyotes",
                "amount": 5317.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "0877b852-4770-43ba-a7c0-2d5b66193bc1",
            "gambit_id": "737718b3-bd32-41d7-95cc-e001c2d8d948",
            "last_updated": "2023-12-04T15:28:30.245406-05:00",
            "created_at": "2023-12-02T08:28:13.471484-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/291d68b6-79b6-458e-bc5d-2617a5070de8/?format=api"
        },
        {
            "id": "a930ccb1-de05-43d3-98a4-9d8bdd3e1d82",
            "gambit_id": "865e5a30-cbe2-4d07-afaa-a76c8e3563fb",
            "last_updated": "2023-12-04T15:28:30.241975-05:00",
            "created_at": "2023-12-02T08:28:13.467756-05:00",
            "name": "St Louis Blues",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/291d68b6-79b6-458e-bc5d-2617a5070de8/?format=api"
        }
    ]
}