GET /api/bet_types/db39d8a0-5729-4091-9bb2-aedc5bd30dc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db39d8a0-5729-4091-9bb2-aedc5bd30dc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c82ee60-6d59-40e7-974f-a6cc5e745689/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:07.175151-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": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb15dd9a-4a0e-4997-bd8d-6e0fda6f9c3c",
            "gambit_id": "b3686a09-183e-4057-b7db-3dd1171f545d",
            "last_updated": "2023-01-20T10:22:05.451221-05:00",
            "created_at": "2023-01-19T09:22:07.176303-05:00",
            "name": "Phoenix Suns",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db39d8a0-5729-4091-9bb2-aedc5bd30dc9/?format=api"
        },
        {
            "id": "b589cedb-6ea1-455d-b81e-c49f827e1813",
            "gambit_id": "451f7fcb-bf84-4fb2-9223-d301108d634b",
            "last_updated": "2023-01-20T10:22:05.452404-05:00",
            "created_at": "2023-01-19T09:22:07.177544-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db39d8a0-5729-4091-9bb2-aedc5bd30dc9/?format=api"
        }
    ]
}