GET /api/bet_types/15ee9d6e-3e7f-40e0-826a-ac2f68b9e70e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15ee9d6e-3e7f-40e0-826a-ac2f68b9e70e",
    "match": "https://api-prod.gambitprofit.com/api/matches/41fd8249-27e6-4b1a-bdde-6d2ce32c85ed/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-21T09:33:15.451972-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": "New York Islanders",
                "amount": 5107.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce07f4de-b04b-4d57-a8d8-beec35026191",
            "gambit_id": "978fd513-02af-4eb6-a99b-73c7b717e557",
            "last_updated": "2024-01-23T18:52:56.202182-05:00",
            "created_at": "2024-01-21T09:33:15.461360-05:00",
            "name": "New York Islanders",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15ee9d6e-3e7f-40e0-826a-ac2f68b9e70e/?format=api"
        },
        {
            "id": "36c41ec1-2f35-4bf3-9d87-9ae3021e3737",
            "gambit_id": "d049ff97-a9ad-458a-8986-55fc3d5c9e86",
            "last_updated": "2024-01-23T18:52:56.198689-05:00",
            "created_at": "2024-01-21T09:33:15.456663-05:00",
            "name": "Dallas Stars",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15ee9d6e-3e7f-40e0-826a-ac2f68b9e70e/?format=api"
        }
    ]
}