GET /api/bet_types/de2a1446-a998-4572-9fd9-4b0dda64d37a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de2a1446-a998-4572-9fd9-4b0dda64d37a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b56642f-9b62-430f-95b7-ebf741233460/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-20T09:21:56.990498-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "cae40eaa-7d4b-4f76-91fa-b2c4f7ce79aa",
            "gambit_id": "351a334f-02c7-4e69-963f-99f2ba801a7c",
            "last_updated": "2023-01-21T10:32:27.334033-05:00",
            "created_at": "2023-01-20T09:21:56.991676-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de2a1446-a998-4572-9fd9-4b0dda64d37a/?format=api"
        },
        {
            "id": "75ae1668-1566-4c59-ab1f-c84956843920",
            "gambit_id": "fc703f9b-21e8-48da-913e-d7a112d7f7b3",
            "last_updated": "2023-01-21T10:32:27.332926-05:00",
            "created_at": "2023-01-20T09:21:56.992953-05:00",
            "name": "Golden State Warriors",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de2a1446-a998-4572-9fd9-4b0dda64d37a/?format=api"
        }
    ]
}