GET /api/bet_types/94815bd7-82a5-4b0c-a11c-27fba8333a1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94815bd7-82a5-4b0c-a11c-27fba8333a1a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e1e9e71-409a-437d-8378-6290056754fb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-18T09:53:18.363822-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": "Denver Nuggets",
                "amount": 5107.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5be4d349-8fc7-4cab-8520-d3ada2d389f4",
            "gambit_id": "e4b8ff31-06d5-4293-adbc-3f729068215b",
            "last_updated": "2023-12-19T20:53:16.862264-05:00",
            "created_at": "2023-12-18T09:53:18.372151-05:00",
            "name": "Denver Nuggets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94815bd7-82a5-4b0c-a11c-27fba8333a1a/?format=api"
        },
        {
            "id": "7869b74b-45af-4f12-8cb1-a43deede1c73",
            "gambit_id": "86761817-3020-4649-ac90-8553c9fea1ca",
            "last_updated": "2023-12-19T20:53:16.858895-05:00",
            "created_at": "2023-12-18T09:53:18.368060-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94815bd7-82a5-4b0c-a11c-27fba8333a1a/?format=api"
        }
    ]
}