GET /api/bet_types/5e10e026-6f76-4eff-95aa-85d7d48e8bd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e10e026-6f76-4eff-95aa-85d7d48e8bd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eb35463-2c3e-4cb6-a8be-5c9766e6674f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-20T09:21:58.096749-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "a530095f-6202-4ab7-b928-5d67a7cc4a6f",
            "gambit_id": "8276c165-9236-4c5f-aa18-a8398fe31aa7",
            "last_updated": "2023-01-21T10:27:23.465374-05:00",
            "created_at": "2023-01-20T09:21:58.099161-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e10e026-6f76-4eff-95aa-85d7d48e8bd7/?format=api"
        },
        {
            "id": "abe8519c-6cda-491b-b65c-d1d2a4fbc602",
            "gambit_id": "2dfec64a-0033-4678-a45e-58fcbf48d731",
            "last_updated": "2023-01-21T10:27:23.463874-05:00",
            "created_at": "2023-01-20T09:21:58.097922-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e10e026-6f76-4eff-95aa-85d7d48e8bd7/?format=api"
        }
    ]
}