GET /api/bet_types/050e4e28-e82b-4a53-93fc-9fbd332de80e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "050e4e28-e82b-4a53-93fc-9fbd332de80e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5689da6a-ea91-4d84-b07a-aaba9bc56d9b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:19.320914-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": "Philadelphia Flyers",
                "amount": 5107.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac790708-e4c8-457f-a3d5-a7f338ad244f",
            "gambit_id": "79f45456-2579-41c9-8793-4c43401aa277",
            "last_updated": "2023-04-14T12:02:23.830652-04:00",
            "created_at": "2023-04-13T09:32:19.323470-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/050e4e28-e82b-4a53-93fc-9fbd332de80e/?format=api"
        },
        {
            "id": "6189c3c3-da22-4ba1-8aa6-b88f0351105d",
            "gambit_id": "9cc788ca-a463-4d68-920f-fded58493961",
            "last_updated": "2023-04-14T12:02:23.829010-04:00",
            "created_at": "2023-04-13T09:32:19.322180-04:00",
            "name": "Chicago Blackhawks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/050e4e28-e82b-4a53-93fc-9fbd332de80e/?format=api"
        }
    ]
}