GET /api/bet_types/f3a01964-00a7-4c9c-8682-14391ae0d590/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3a01964-00a7-4c9c-8682-14391ae0d590",
    "match": "https://api-prod.gambitprofit.com/api/matches/51a6a189-497e-41f6-8cf5-746327c2f574/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-28T09:42:07.064873-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": "Seattle Kraken",
                "amount": 6989.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3011.0
            }
        ],
        "expected_reward_tokens": 9574.93,
        "profit_sb": 74.93,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "a64f9fe0-da85-4b76-8a17-cbd2a7f6ec17",
            "gambit_id": "d146fa64-25a7-4ca5-b1b5-f80ed3a24f2a",
            "last_updated": "2023-01-30T17:46:55.336986-05:00",
            "created_at": "2023-01-28T09:42:07.066094-05:00",
            "name": "Seattle Kraken",
            "reward": "1.37000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3a01964-00a7-4c9c-8682-14391ae0d590/?format=api"
        },
        {
            "id": "5fa6e8ef-a32c-4bd1-af97-070709d5949e",
            "gambit_id": "f934b60c-3c34-41d9-b13a-4ce94ac78950",
            "last_updated": "2023-01-30T17:46:55.338183-05:00",
            "created_at": "2023-01-28T09:42:07.067415-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.18000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3a01964-00a7-4c9c-8682-14391ae0d590/?format=api"
        }
    ]
}