GET /api/bet_types/870ab5eb-3f07-4423-92f4-b4de79c234d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "870ab5eb-3f07-4423-92f4-b4de79c234d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/30250621-6e47-408e-bd23-f8c4dca8676f/?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": "Central Florida",
                "amount": 5583.0
            },
            {
                "team": "Memphis",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 9099.02,
        "profit_sb": 99.02,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "97e04135-3227-4ced-9c95-b97746955ff9",
            "gambit_id": "a99830bf-484d-4389-8961-ac5473102767",
            "last_updated": "2022-11-06T09:13:25.233455-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Florida",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/870ab5eb-3f07-4423-92f4-b4de79c234d6/?format=api"
        },
        {
            "id": "2578e814-9ec8-46a0-8cd5-e8ee0792287c",
            "gambit_id": "ab8d2906-2beb-4a72-b27f-743be7c0ddda",
            "last_updated": "2022-11-06T09:13:25.232411-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/870ab5eb-3f07-4423-92f4-b4de79c234d6/?format=api"
        }
    ]
}