GET /api/bet_types/b5bfe8a0-7b5a-4121-80b1-30b3931b91e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5bfe8a0-7b5a-4121-80b1-30b3931b91e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8504c0a-6159-435d-a53e-5e7b91bdbf0b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:16.853597-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": "Florida Panthers",
                "amount": 5107.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "01f3cf64-27d2-4da1-8bc7-bb1eab2badb8",
            "gambit_id": "62b4e88a-ed10-40ac-af2c-0405119223db",
            "last_updated": "2023-04-14T12:02:20.086679-04:00",
            "created_at": "2023-04-13T09:32:16.854946-04:00",
            "name": "Florida Panthers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5bfe8a0-7b5a-4121-80b1-30b3931b91e2/?format=api"
        },
        {
            "id": "494e2015-b33a-4cec-8231-2b633a4df6e7",
            "gambit_id": "2a8458eb-e522-48b3-8e4d-73f0e64c4b91",
            "last_updated": "2023-04-14T12:02:20.091266-04:00",
            "created_at": "2023-04-13T09:32:16.856389-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5bfe8a0-7b5a-4121-80b1-30b3931b91e2/?format=api"
        }
    ]
}