GET /api/bet_types/14a70c3d-c46f-4e28-9d41-4973f2000009/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14a70c3d-c46f-4e28-9d41-4973f2000009",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa175d5e-9a35-4e05-937c-8753aaa127f8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-06T08:32:16.215483-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3b65bd7-7130-4646-ba15-e5f14267db88",
            "gambit_id": "8e18e1d1-504b-4253-8351-96020f9aa094",
            "last_updated": "2023-02-07T10:22:15.811350-05:00",
            "created_at": "2023-02-06T08:32:16.216837-05:00",
            "name": "Golden State Warriors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14a70c3d-c46f-4e28-9d41-4973f2000009/?format=api"
        },
        {
            "id": "3fefdae6-a43f-4522-9234-e7280c3ef88f",
            "gambit_id": "50ccabb0-e16a-46e3-be55-80e8d3c00e52",
            "last_updated": "2023-02-07T10:22:15.812569-05:00",
            "created_at": "2023-02-06T08:32:16.218202-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14a70c3d-c46f-4e28-9d41-4973f2000009/?format=api"
        }
    ]
}