GET /api/bet_types/ac4a1f90-6113-47a8-b017-264fdbab932b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac4a1f90-6113-47a8-b017-264fdbab932b",
    "match": "https://api-prod.gambitprofit.com/api/matches/39b5ffb0-e655-4880-8644-d72627fa17e3/?format=api",
    "name": "Play the Odds",
    "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": "Edmonton Oilers",
                "amount": 6170.0
            },
            {
                "team": "New York Rangers",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "e7ece9a5-8948-4d29-9e06-616d98afb0f4",
            "gambit_id": "829c7980-2348-4b35-be9e-d434c73934c5",
            "last_updated": "2022-11-28T11:26:55.757076-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac4a1f90-6113-47a8-b017-264fdbab932b/?format=api"
        },
        {
            "id": "085e4397-09c4-4ff3-9442-332b4481aed5",
            "gambit_id": "aa332724-077f-421d-ac75-5687d12b2a39",
            "last_updated": "2022-11-28T11:26:55.756072-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac4a1f90-6113-47a8-b017-264fdbab932b/?format=api"
        }
    ]
}