GET /api/bet_types/3ebef7fa-9677-42ce-8189-d74173ca4599/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ebef7fa-9677-42ce-8189-d74173ca4599",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f9473b8-07e3-4d79-a977-88f22bd08506/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-24T09:13:15.236619-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ffefb315-3045-472a-ade7-5ebca98fcc2c",
            "gambit_id": "d5e931dd-d9ea-410c-aefb-6a59e89dec84",
            "last_updated": "2024-01-26T13:23:10.648101-05:00",
            "created_at": "2024-01-24T09:13:15.240957-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ebef7fa-9677-42ce-8189-d74173ca4599/?format=api"
        },
        {
            "id": "9e63b5ae-f5cb-4b1f-8500-c56ed776bce1",
            "gambit_id": "ca7e69fd-0b57-4d33-a85e-459c3ec68e43",
            "last_updated": "2024-01-26T13:23:10.651423-05:00",
            "created_at": "2024-01-24T09:13:15.245325-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ebef7fa-9677-42ce-8189-d74173ca4599/?format=api"
        }
    ]
}