GET /api/bet_types/9624dc24-85ff-4889-ba26-c75add091863/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9624dc24-85ff-4889-ba26-c75add091863",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8a734d0-8438-4bb9-8bc9-f96eff337d42/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-26T09:28:20.223346-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": "Toronto Maple Leafs",
                "amount": 5000.0
            },
            {
                "team": "Dallas Stars",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8a3a42e-d545-4310-9ee6-29b663e26580",
            "gambit_id": "f9b43b16-d5fe-4b4a-b71e-80b772bd7203",
            "last_updated": "2023-10-27T11:03:24.447517-04:00",
            "created_at": "2023-10-26T09:28:20.227146-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9624dc24-85ff-4889-ba26-c75add091863/?format=api"
        },
        {
            "id": "54d84b3a-a698-45df-ac15-5bdc7a72918e",
            "gambit_id": "c7316a34-9c1b-442e-8331-0e19da03d1a7",
            "last_updated": "2023-10-27T11:03:24.450798-04:00",
            "created_at": "2023-10-26T09:28:20.232145-04:00",
            "name": "Dallas Stars",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9624dc24-85ff-4889-ba26-c75add091863/?format=api"
        }
    ]
}