GET /api/bet_types/32723b9d-da4d-4864-8e49-053a9e2cd5c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32723b9d-da4d-4864-8e49-053a9e2cd5c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/3667bfe3-e16a-49f6-9291-02cbcd222bbe/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-05T09:57:12.645970-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": "Los Angeles Rams",
                "amount": 5000.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0579841-8929-485e-b284-da20a811f999",
            "gambit_id": "b4db08fc-2242-4d9e-a604-d9c513ca156b",
            "last_updated": "2023-01-09T10:06:48.767685-05:00",
            "created_at": "2023-01-05T09:57:12.648407-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32723b9d-da4d-4864-8e49-053a9e2cd5c5/?format=api"
        },
        {
            "id": "e7a9b147-6c39-4631-b57f-744d98352597",
            "gambit_id": "b1a4ffe2-ca38-491c-a9d2-fd35c5516856",
            "last_updated": "2023-01-09T10:06:48.766606-05:00",
            "created_at": "2023-01-05T09:57:12.647181-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32723b9d-da4d-4864-8e49-053a9e2cd5c5/?format=api"
        }
    ]
}