GET /api/bet_types/e2d1be1c-8e17-47c1-9ad4-710aa97dea3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2d1be1c-8e17-47c1-9ad4-710aa97dea3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d599030-be6c-49fe-b6f9-5099a17f1f39/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-11T09:38:02.907207-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": 6020.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "618386be-9bf7-4fa6-b183-ed1a26f28ed8",
            "gambit_id": "e4e60990-2caf-475a-9f3d-a9c702d82b12",
            "last_updated": "2023-12-12T21:58:23.357888-05:00",
            "created_at": "2023-12-11T09:38:02.913736-05:00",
            "name": "Calgary Flames",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2d1be1c-8e17-47c1-9ad4-710aa97dea3c/?format=api"
        },
        {
            "id": "2b4cefc8-b31b-449b-9f5e-f5aef14bcfb5",
            "gambit_id": "c4501601-9574-4a37-b650-d2a138d346d8",
            "last_updated": "2023-12-12T21:58:23.362885-05:00",
            "created_at": "2023-12-11T09:38:02.920573-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2d1be1c-8e17-47c1-9ad4-710aa97dea3c/?format=api"
        }
    ]
}