GET /api/bet_types/80fa0d3a-4873-4a5b-ba86-42c2b4cca5a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80fa0d3a-4873-4a5b-ba86-42c2b4cca5a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5b34f0e-ed9b-400c-9aa5-aae73a5ab7c7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-23T09:38:27.277435-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": "Houston Astros",
                "amount": 5614.0
            },
            {
                "team": "Kansas City Royals",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d2078c0-9637-49cc-b849-92278a4d6015",
            "gambit_id": "d246f86c-b92c-4754-af09-f133c6c6fb72",
            "last_updated": "2023-09-25T14:23:14.907149-04:00",
            "created_at": "2023-09-23T09:38:27.289174-04:00",
            "name": "Houston Astros",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80fa0d3a-4873-4a5b-ba86-42c2b4cca5a9/?format=api"
        },
        {
            "id": "1eb7f73a-c13f-4c99-8906-0dbbbe5204aa",
            "gambit_id": "2df898fe-5694-4f58-a030-7853db9b67cc",
            "last_updated": "2023-09-25T14:23:14.899977-04:00",
            "created_at": "2023-09-23T09:38:27.282017-04:00",
            "name": "Kansas City Royals",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80fa0d3a-4873-4a5b-ba86-42c2b4cca5a9/?format=api"
        }
    ]
}