GET /api/bet_types/ced4991e-08ad-45d6-87b7-9b7b5e6fb30d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ced4991e-08ad-45d6-87b7-9b7b5e6fb30d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bfe1ba3-581e-457d-b54a-468c2f32380d/?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": "Phoenix Suns",
                "amount": 5097.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3cb3111-8a64-4609-bb00-e0a167b60feb",
            "gambit_id": "52f83f4e-d0b6-4fe1-8810-b56b042120c9",
            "last_updated": "2022-11-19T10:38:36.561015-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ced4991e-08ad-45d6-87b7-9b7b5e6fb30d/?format=api"
        },
        {
            "id": "cc09e4ab-6e75-4329-94d5-ab4062045746",
            "gambit_id": "2ddb0cf5-2aad-4746-ac1d-6d2c8cfa1224",
            "last_updated": "2022-11-19T10:38:36.560031-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ced4991e-08ad-45d6-87b7-9b7b5e6fb30d/?format=api"
        }
    ]
}