GET /api/bet_types/1664eb26-0feb-41ad-ad50-d52074dd4cdd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1664eb26-0feb-41ad-ad50-d52074dd4cdd",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dd2480d-a9c9-4c73-8e5d-c2e15c2d941f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-20T05:38:14.750950-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": "Colorado Avalanche",
                "amount": 5107.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8215a7fb-b55d-45cc-b8b1-05a0eaa6c248",
            "gambit_id": "233d3aa3-c19c-4554-ad83-10418ef3c1bd",
            "last_updated": "2024-01-23T20:28:16.646840-05:00",
            "created_at": "2024-01-20T05:38:14.762355-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1664eb26-0feb-41ad-ad50-d52074dd4cdd/?format=api"
        },
        {
            "id": "37ee1af7-1631-4770-9acb-38e606cacfc4",
            "gambit_id": "0f49a5ef-fcc9-494e-b3b5-d65b01cb3eef",
            "last_updated": "2024-01-23T20:28:16.642847-05:00",
            "created_at": "2024-01-20T05:38:14.757237-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1664eb26-0feb-41ad-ad50-d52074dd4cdd/?format=api"
        }
    ]
}