GET /api/bet_types/e849e5ec-3d17-492f-b034-564fffc3d6ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e849e5ec-3d17-492f-b034-564fffc3d6ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/f72586c0-6bef-4961-9427-86a126336b6f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Denver Nuggets",
                "amount": 8090.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 1910.0
            }
        ],
        "expected_reward_tokens": 9301.7,
        "profit_sb": 301.7,
        "profit_sb_percentage": 3.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "714fb156-265f-4012-a9dd-a17db70029a1",
            "gambit_id": "b493114b-884b-4c5c-a8d5-349dbdf4f42d",
            "last_updated": "2022-11-06T20:17:28.904351-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.15000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e849e5ec-3d17-492f-b034-564fffc3d6ca/?format=api"
        },
        {
            "id": "5d10913c-7c43-4a0f-b5a2-af265b9f5b28",
            "gambit_id": "4c42faf4-77dd-4d5a-8c5e-d02074242f38",
            "last_updated": "2022-11-06T20:17:28.905325-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "4.87000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e849e5ec-3d17-492f-b034-564fffc3d6ca/?format=api"
        }
    ]
}