GET /api/bet_types/2c1f5066-ba49-4201-b192-7c30a0cd48d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c1f5066-ba49-4201-b192-7c30a0cd48d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6088f99-5d62-4d69-9fd5-7b65daeb5392/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-14T09:28:08.644693-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": "Edmonton Oilers",
                "amount": 6090.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e820e5a8-8dbe-4fa4-a218-197d4a90ed95",
            "gambit_id": "91442924-4f79-4a94-97a1-2758997d83e8",
            "last_updated": "2023-12-15T10:52:58.608461-05:00",
            "created_at": "2023-12-14T09:28:08.653880-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c1f5066-ba49-4201-b192-7c30a0cd48d6/?format=api"
        },
        {
            "id": "a9cd593d-f111-473d-8d07-5cfaa6d99d24",
            "gambit_id": "5bee1ed8-f798-4f69-b180-3abfb142e2fb",
            "last_updated": "2023-12-15T10:52:58.605092-05:00",
            "created_at": "2023-12-14T09:28:08.648894-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c1f5066-ba49-4201-b192-7c30a0cd48d6/?format=api"
        }
    ]
}