GET /api/bet_types/f56e52f5-337c-4fd3-9f05-93bf537b713d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f56e52f5-337c-4fd3-9f05-93bf537b713d",
    "match": "https://api-prod.gambitprofit.com/api/matches/31aafc6c-2e6f-41c3-8d99-cad8f2b69f2d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-17T09:58:18.022663-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": "Chicago Blackhawks",
                "amount": 5423.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ea51ba8-6a26-4ca1-9f61-d512efea366a",
            "gambit_id": "ac28776a-cc0f-473b-90b1-2ab7c7dfb985",
            "last_updated": "2023-12-19T10:08:20.624234-05:00",
            "created_at": "2023-12-17T09:58:18.030080-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f56e52f5-337c-4fd3-9f05-93bf537b713d/?format=api"
        },
        {
            "id": "1ca46aeb-cc7c-4f8f-9c51-54eef47d200e",
            "gambit_id": "6a13cbd9-6f8d-49ee-9abc-ecc305fca9bd",
            "last_updated": "2023-12-19T10:08:20.620962-05:00",
            "created_at": "2023-12-17T09:58:18.026431-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f56e52f5-337c-4fd3-9f05-93bf537b713d/?format=api"
        }
    ]
}