GET /api/bet_types/3cd77408-fa17-4d09-b63f-6dc90aa9192d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cd77408-fa17-4d09-b63f-6dc90aa9192d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee8c2230-e7d7-4448-a1a3-050d43c376f1/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Central Florida",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 900.0,
        "profit_sb_percentage": 9.47,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Central Florida",
                "amount": 9118.0
            },
            {
                "team": "Temple",
                "amount": 882.0
            }
        ],
        "expected_reward_tokens": 9481.5,
        "profit_sb": -18.5,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e1da7e5-e47a-4032-adac-6240f5b5d29a",
            "gambit_id": "34047ecc-a596-4984-b9dc-f95aa40b776f",
            "last_updated": "2022-10-14T09:52:04.725147-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Florida",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cd77408-fa17-4d09-b63f-6dc90aa9192d/?format=api"
        },
        {
            "id": "2e3cb2c1-1b9e-4925-9af3-80defa4d98f2",
            "gambit_id": "e6b4b14e-ba4d-4ecd-a475-4a345d00f165",
            "last_updated": "2022-10-14T09:52:04.726123-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Temple",
            "reward": "10.75000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cd77408-fa17-4d09-b63f-6dc90aa9192d/?format=api"
        }
    ]
}