GET /api/bet_types/896b16a1-dcd9-4450-8643-09eb33a41b53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "896b16a1-dcd9-4450-8643-09eb33a41b53",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d8d8df8-e2d6-498c-80b1-a85a9065a2bb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-08T08:57:08.710439-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "25a3b9ef-c954-438d-ace3-a37bae225c43",
            "gambit_id": "68aa4b61-e4aa-4e02-9a90-cc56cff7278b",
            "last_updated": "2023-03-09T10:02:11.483444-05:00",
            "created_at": "2023-03-08T08:57:08.713611-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/896b16a1-dcd9-4450-8643-09eb33a41b53/?format=api"
        },
        {
            "id": "ab591f0f-72e9-4002-bd38-c5628156d354",
            "gambit_id": "acdc16b3-9e2b-443e-860c-fe49e0c4cc90",
            "last_updated": "2023-03-09T10:02:11.482095-05:00",
            "created_at": "2023-03-08T08:57:08.712117-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/896b16a1-dcd9-4450-8643-09eb33a41b53/?format=api"
        }
    ]
}