GET /api/bet_types/8ee45461-aa5e-4edb-9563-fbf301c505ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ee45461-aa5e-4edb-9563-fbf301c505ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/31aafc6c-2e6f-41c3-8d99-cad8f2b69f2d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-17T09:58:18.004824-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": "Vancouver Canucks",
                "amount": 6449.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e043e34-da59-41e3-a4bb-11eeaa6bf9fb",
            "gambit_id": "ca5594d6-647f-478c-b737-df92737fe3aa",
            "last_updated": "2023-12-19T10:08:20.611275-05:00",
            "created_at": "2023-12-17T09:58:18.014537-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee45461-aa5e-4edb-9563-fbf301c505ff/?format=api"
        },
        {
            "id": "aaa5e129-7247-47f6-b515-83bea2d67c69",
            "gambit_id": "ebfb52e3-36d7-42e2-bc56-eda2b3de5977",
            "last_updated": "2023-12-19T10:08:20.614662-05:00",
            "created_at": "2023-12-17T09:58:18.018843-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee45461-aa5e-4edb-9563-fbf301c505ff/?format=api"
        }
    ]
}