GET /api/bet_types/2e0bb787-1dd9-47f4-a536-d46e01c92bab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e0bb787-1dd9-47f4-a536-d46e01c92bab",
    "match": "https://api-prod.gambitprofit.com/api/matches/715a3583-f057-449a-b007-e33242cb694e/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Connecticut",
                "amount": 5000.0
            },
            {
                "team": "Army",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6c809d1d-18f6-4dbb-9a11-f0602662e866",
            "gambit_id": "29225b30-2953-494a-af6f-7e2d89460cd5",
            "last_updated": "2022-11-21T12:08:10.764640-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e0bb787-1dd9-47f4-a536-d46e01c92bab/?format=api"
        },
        {
            "id": "7b537c18-c561-49d9-9cf4-11adcf8b9ba9",
            "gambit_id": "1b664fd8-de9e-4ccb-a535-59e8d6b50b6a",
            "last_updated": "2022-11-21T12:08:10.763617-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Army",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e0bb787-1dd9-47f4-a536-d46e01c92bab/?format=api"
        }
    ]
}