GET /api/bet_types/c3a089df-959f-4206-851f-3e3e79293bde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3a089df-959f-4206-851f-3e3e79293bde",
    "match": "https://api-prod.gambitprofit.com/api/matches/d18dbd4d-254d-46fc-8f2f-ba48744d59d2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-18T09:53:16.384602-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": "Los Angeles Clippers",
                "amount": 5107.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c73d140b-6c96-46ee-8d49-e5c2016e0648",
            "gambit_id": "4c215531-da06-43cd-948a-8ecf6ff717fc",
            "last_updated": "2023-12-19T20:58:17.042166-05:00",
            "created_at": "2023-12-18T09:53:16.388916-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3a089df-959f-4206-851f-3e3e79293bde/?format=api"
        },
        {
            "id": "af8e0671-1454-4de8-9045-d581fbf2f35b",
            "gambit_id": "14b96dd5-4c10-458d-bb47-af9703601d9c",
            "last_updated": "2023-12-19T20:58:17.045409-05:00",
            "created_at": "2023-12-18T09:53:16.392707-05:00",
            "name": "Indiana Pacers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3a089df-959f-4206-851f-3e3e79293bde/?format=api"
        }
    ]
}