GET /api/bet_types/d03d4713-52a4-4277-963a-3be34e023ac4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d03d4713-52a4-4277-963a-3be34e023ac4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a766a41e-30d1-4e8f-a603-8b85486e2379/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-25T09:13:06.977690-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": "Indiana Pacers",
                "amount": 6314.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "1f43fd51-0413-4949-b4cf-6528220f0168",
            "gambit_id": "ed757aa0-100a-4c7c-bc13-d4e7b6cbbb28",
            "last_updated": "2023-10-26T10:48:10.710480-04:00",
            "created_at": "2023-10-25T09:13:06.981861-04:00",
            "name": "Indiana Pacers",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d03d4713-52a4-4277-963a-3be34e023ac4/?format=api"
        },
        {
            "id": "5a68c8c4-ad64-4e81-a6ef-f1e3e73cd6e1",
            "gambit_id": "1b7d7280-6cc3-4439-97c9-8b2cac6448d6",
            "last_updated": "2023-10-26T10:48:10.713994-04:00",
            "created_at": "2023-10-25T09:13:06.985848-04:00",
            "name": "Washington Wizards",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d03d4713-52a4-4277-963a-3be34e023ac4/?format=api"
        }
    ]
}