GET /api/bet_types/3c97fc5f-60bb-48d3-b482-a5a840d2d4c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c97fc5f-60bb-48d3-b482-a5a840d2d4c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/171cb112-813c-4fa1-a78e-6b7984052ba0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:10.585695-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": "San Francisco 49ers",
                "amount": 8476.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 1524.0
            }
        ],
        "expected_reward_tokens": 9493.12,
        "profit_sb": -6.88,
        "profit_sb_percentage": -0.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "889084fd-2515-40a3-b94f-744440392c93",
            "gambit_id": "167bb834-8fa5-47f6-9351-611d8b8d96b4",
            "last_updated": "2023-11-20T19:43:13.644268-05:00",
            "created_at": "2023-11-16T09:28:10.595881-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c97fc5f-60bb-48d3-b482-a5a840d2d4c4/?format=api"
        },
        {
            "id": "87b18fe0-2a42-45c1-8544-ce4346a01fa6",
            "gambit_id": "00b044eb-ca95-4640-9672-f2926e99fd3a",
            "last_updated": "2023-11-20T19:43:13.640703-05:00",
            "created_at": "2023-11-16T09:28:10.590532-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "6.23000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c97fc5f-60bb-48d3-b482-a5a840d2d4c4/?format=api"
        }
    ]
}