GET /api/bet_types/28a98c9a-226f-4240-86a6-277458db7aec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28a98c9a-226f-4240-86a6-277458db7aec",
    "match": "https://api-prod.gambitprofit.com/api/matches/a008ad2c-8346-4569-bdab-2db37558b2ca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-03T09:28:20.101825-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": "St Louis Blues",
                "amount": 6222.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "994236f4-1305-4113-8e3a-1e55448e76a0",
            "gambit_id": "fa1d5d71-47ee-4b8c-ace5-30dc35abf5d9",
            "last_updated": "2023-11-04T10:33:29.701802-04:00",
            "created_at": "2023-11-03T09:28:20.115516-04:00",
            "name": "St Louis Blues",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28a98c9a-226f-4240-86a6-277458db7aec/?format=api"
        },
        {
            "id": "83c187fa-0e92-4ff0-aa3c-2f0937941b13",
            "gambit_id": "89e4aaca-c34b-4ae0-a311-fd4416fa1ab6",
            "last_updated": "2023-11-04T10:33:29.697584-04:00",
            "created_at": "2023-11-03T09:28:20.106253-04:00",
            "name": "New Jersey Devils",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28a98c9a-226f-4240-86a6-277458db7aec/?format=api"
        }
    ]
}