GET /api/bet_types/168a1e2a-60a9-4dd3-bc11-71372f8dcec7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "168a1e2a-60a9-4dd3-bc11-71372f8dcec7",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c074090-a6e9-48cc-9800-f96d07a6c289/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:52.795720-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c644f1cb-2d4c-4e28-a532-3136b4a47fcf",
            "gambit_id": "6a636483-ff2c-4e7c-b598-bf04af430bc4",
            "last_updated": "2023-01-25T10:47:30.956402-05:00",
            "created_at": "2023-01-24T09:31:52.797510-05:00",
            "name": "Phoenix Suns",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/168a1e2a-60a9-4dd3-bc11-71372f8dcec7/?format=api"
        },
        {
            "id": "b006e05e-aef7-4c3d-bf9a-d5b5c749942c",
            "gambit_id": "ff419569-63c3-424d-a1b7-442c9a601bea",
            "last_updated": "2023-01-25T10:47:30.957653-05:00",
            "created_at": "2023-01-24T09:31:52.799313-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/168a1e2a-60a9-4dd3-bc11-71372f8dcec7/?format=api"
        }
    ]
}