GET /api/bet_types/0cd57409-5aaa-4a6b-8d33-45d4ec98b450/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cd57409-5aaa-4a6b-8d33-45d4ec98b450",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a79cedb-d6a8-4fa8-ac52-2bfff163ca89/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-29T08:42:08.461133-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": 5668.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9010.56,
        "profit_sb": 10.56,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "98ba1bc2-7388-4816-b140-f099d87ee368",
            "gambit_id": "f90e7b88-e50d-4111-8898-1304cde817f9",
            "last_updated": "2022-12-31T10:46:58.270491-05:00",
            "created_at": "2022-12-29T08:42:08.462259-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.59000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cd57409-5aaa-4a6b-8d33-45d4ec98b450/?format=api"
        },
        {
            "id": "2080804e-d42e-43fc-9535-f3381405b6b9",
            "gambit_id": "2df0250d-f67b-4375-ae00-6934c3ca6b4c",
            "last_updated": "2022-12-31T10:46:58.271596-05:00",
            "created_at": "2022-12-29T08:42:08.463407-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.08000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cd57409-5aaa-4a6b-8d33-45d4ec98b450/?format=api"
        }
    ]
}