GET /api/bet_types/1823b0bb-5fd0-4a70-82ac-a1256fc1965a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1823b0bb-5fd0-4a70-82ac-a1256fc1965a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac052abf-5c27-42df-8aa9-7374a30cbb3a/?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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ae3ee43-3f26-4e58-925b-bff2299b0eac",
            "gambit_id": "bc79e2bd-a216-4c22-bf59-675b061b5820",
            "last_updated": "2022-10-20T09:31:58.785798-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1823b0bb-5fd0-4a70-82ac-a1256fc1965a/?format=api"
        },
        {
            "id": "0403aec6-0666-45e9-a6bd-d2ccdd242718",
            "gambit_id": "57582e14-f44c-451e-96bd-0207237f794a",
            "last_updated": "2022-10-20T09:31:58.786804-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1823b0bb-5fd0-4a70-82ac-a1256fc1965a/?format=api"
        }
    ]
}