GET /api/bet_types/e82cae36-4a73-439c-ac3d-e33a9b013459/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e82cae36-4a73-439c-ac3d-e33a9b013459",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a5370a8-929a-490a-8be5-c1b729d7b724/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:17.335933-04: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": 5867.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "9ac7ccf9-e9fc-40b0-8375-7c70786a299d",
            "gambit_id": "be2fc0b1-a476-4346-9948-0b06f00efd0d",
            "last_updated": "2023-04-05T22:47:03.690514-04:00",
            "created_at": "2023-04-04T09:32:17.337391-04:00",
            "name": "Calgary Flames",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e82cae36-4a73-439c-ac3d-e33a9b013459/?format=api"
        },
        {
            "id": "c8c7cef7-93d3-410f-8d4e-aef0e50d3ce8",
            "gambit_id": "20a5f95c-71c5-452f-a3ee-6f5296908214",
            "last_updated": "2023-04-05T22:47:03.692192-04:00",
            "created_at": "2023-04-04T09:32:17.339036-04:00",
            "name": "Chicago Blackhawks",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e82cae36-4a73-439c-ac3d-e33a9b013459/?format=api"
        }
    ]
}