GET /api/bet_types/22dc8b8c-0507-46cf-8c78-2be7dffdf423/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22dc8b8c-0507-46cf-8c78-2be7dffdf423",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8174b7e-73af-4d28-97d5-3b04d9be4317/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:15.268186-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": "Tampa Bay Lightning",
                "amount": 6100.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "8b5538cc-5ff3-4d45-84a8-4d0a4d3e55d7",
            "gambit_id": "31cbc389-3a1e-471d-bac2-25975d6ffeaf",
            "last_updated": "2023-03-13T13:22:04.621804-04:00",
            "created_at": "2023-03-11T09:32:15.269490-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22dc8b8c-0507-46cf-8c78-2be7dffdf423/?format=api"
        },
        {
            "id": "0f9192c3-4885-4713-91f9-1cef2aedea70",
            "gambit_id": "25a61363-1548-4f93-be86-5fc8e1489611",
            "last_updated": "2023-03-13T13:22:04.624191-04:00",
            "created_at": "2023-03-11T09:32:15.270914-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22dc8b8c-0507-46cf-8c78-2be7dffdf423/?format=api"
        }
    ]
}