GET /api/bet_types/4900cbbb-9bba-4237-990c-6878f2cfd978/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4900cbbb-9bba-4237-990c-6878f2cfd978",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c6e0775-5083-4430-8cfa-98a51021f8c8/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Winnipeg Jets",
                "amount": 5306.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4694.0
            }
        ],
        "expected_reward_tokens": 8965.54,
        "profit_sb": -34.46,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "1a7f367a-d72a-4c97-8439-c025143cfa27",
            "gambit_id": "8097d158-876f-41f2-bff9-6991dd93c812",
            "last_updated": "2022-12-21T22:32:05.004989-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4900cbbb-9bba-4237-990c-6878f2cfd978/?format=api"
        },
        {
            "id": "1daad08e-1807-4197-a38f-37e215c0343e",
            "gambit_id": "1388f75c-f336-42d4-84ba-a2f5d2ad522a",
            "last_updated": "2022-12-21T22:32:05.006561-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.91000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4900cbbb-9bba-4237-990c-6878f2cfd978/?format=api"
        }
    ]
}