GET /api/bet_types/6df83566-d08c-4b71-b699-4439a85f4adb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6df83566-d08c-4b71-b699-4439a85f4adb",
    "match": "https://api-prod.gambitprofit.com/api/matches/8be57a0d-8fe4-4149-a7ec-50fd8e2810ca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-21T09:13:04.737595-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": "New Orleans Pelicans",
                "amount": 5107.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2766e392-700d-4ce3-bcfb-3ce4a3056664",
            "gambit_id": "0b6d6593-95f8-4356-aae8-eced971c0e2c",
            "last_updated": "2023-12-23T14:48:18.757423-05:00",
            "created_at": "2023-12-21T09:13:04.740867-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6df83566-d08c-4b71-b699-4439a85f4adb/?format=api"
        },
        {
            "id": "3d1fb3b5-c040-42ef-827c-629f79e5b985",
            "gambit_id": "0177943a-4c79-43b5-ac44-fb6079dcba9a",
            "last_updated": "2023-12-23T14:48:18.761331-05:00",
            "created_at": "2023-12-21T09:13:04.744570-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6df83566-d08c-4b71-b699-4439a85f4adb/?format=api"
        }
    ]
}