GET /api/bet_types/88a7c86d-0381-4d28-8c7c-0a776f56f40d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88a7c86d-0381-4d28-8c7c-0a776f56f40d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5205b45e-62b7-4f68-a530-8fa21aa1177b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-01T09:22:02.565860-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": "Seattle Seahawks",
                "amount": 5000.0
            },
            {
                "team": "New York Jets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3182fd5f-8add-428a-a260-2557eb84bcc1",
            "gambit_id": "e41b88d3-4314-4e39-8de3-bc85f1b17907",
            "last_updated": "2023-01-02T12:42:00.852009-05:00",
            "created_at": "2023-01-01T09:22:02.567002-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88a7c86d-0381-4d28-8c7c-0a776f56f40d/?format=api"
        },
        {
            "id": "6452a70d-59e7-4a87-a0c4-a4133bd154c0",
            "gambit_id": "cc28d5d3-3478-488f-a0a3-d10a01fdeb60",
            "last_updated": "2023-01-02T12:42:00.853180-05:00",
            "created_at": "2023-01-01T09:22:02.568190-05:00",
            "name": "New York Jets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88a7c86d-0381-4d28-8c7c-0a776f56f40d/?format=api"
        }
    ]
}