GET /api/bet_types/60a55a38-1f0a-4c88-be1d-d3ddea8a7b27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60a55a38-1f0a-4c88-be1d-d3ddea8a7b27",
    "match": "https://api-prod.gambitprofit.com/api/matches/e37633b2-7dc7-41db-83b6-f013cc36bcc8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-13T08:17:04.272240-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": "Calgary Flames",
                "amount": 5780.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "8bab75da-4fca-47ae-9519-5a78eb575e0f",
            "gambit_id": "b3b6b7b0-ef32-4bec-b8cb-56ea0224dd72",
            "last_updated": "2023-02-14T09:51:54.624919-05:00",
            "created_at": "2023-02-13T08:17:04.274783-05:00",
            "name": "Calgary Flames",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60a55a38-1f0a-4c88-be1d-d3ddea8a7b27/?format=api"
        },
        {
            "id": "7ef0f473-b0c3-4912-a724-fabbc0f213c0",
            "gambit_id": "8fcade42-6fd5-4266-8e25-ea47c0d7d501",
            "last_updated": "2023-02-14T09:51:54.622382-05:00",
            "created_at": "2023-02-13T08:17:04.273486-05:00",
            "name": "Ottawa Senators",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60a55a38-1f0a-4c88-be1d-d3ddea8a7b27/?format=api"
        }
    ]
}