GET /api/bet_types/5728ec6a-36a0-4c4d-b8e2-45b47b86ccb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5728ec6a-36a0-4c4d-b8e2-45b47b86ccb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c111122f-133e-4e91-885b-d8e0c147ea83/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T11:13:04.107276-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": "Houston Texans",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "35a0923b-984f-419f-a440-b73bf682fd5e",
            "gambit_id": "c009aab7-21a8-44a8-8fde-bef7bd2d31ff",
            "last_updated": "2023-12-26T20:13:05.574949-05:00",
            "created_at": "2023-12-20T11:13:04.116556-05:00",
            "name": "Houston Texans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5728ec6a-36a0-4c4d-b8e2-45b47b86ccb1/?format=api"
        },
        {
            "id": "50d0bbe5-67f5-45d5-8a85-bdea21c71269",
            "gambit_id": "2f18e150-e9f5-4f7e-ba82-73e9fbc7108c",
            "last_updated": "2023-12-26T20:13:05.571392-05:00",
            "created_at": "2023-12-20T11:13:04.111716-05:00",
            "name": "Cleveland Browns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5728ec6a-36a0-4c4d-b8e2-45b47b86ccb1/?format=api"
        }
    ]
}