GET /api/bet_types/5684458d-83fe-46d2-9dcc-d5588d4a0a55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5684458d-83fe-46d2-9dcc-d5588d4a0a55",
    "match": "https://api-prod.gambitprofit.com/api/matches/20522f6b-87c3-433a-bbcc-badede3dd49b/?format=api",
    "name": "Pick the Winner",
    "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": "Indiana Pacers",
                "amount": 5399.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "eb861fac-dddf-4012-9cc2-8de399c50e80",
            "gambit_id": "6fab93be-3d7a-426c-b837-92a1709b8283",
            "last_updated": "2022-11-28T13:52:13.014741-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5684458d-83fe-46d2-9dcc-d5588d4a0a55/?format=api"
        },
        {
            "id": "d784983b-d5df-4180-9b1b-5fc2a3c7453b",
            "gambit_id": "32571b0e-a90b-411b-9295-7b1e085d74d2",
            "last_updated": "2022-11-28T13:52:13.013500-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5684458d-83fe-46d2-9dcc-d5588d4a0a55/?format=api"
        }
    ]
}