GET /api/bet_types/7ef38306-e113-450f-b3db-1d07a022f5ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ef38306-e113-450f-b3db-1d07a022f5ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/805f70eb-fa62-42f7-ac60-e74bdac8e330/?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": "Golden State Warriors",
                "amount": 5097.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea9858d5-1538-4f28-adec-92d7126efb7c",
            "gambit_id": "eab85bb8-3948-4adf-901b-ac10d2d20541",
            "last_updated": "2022-11-12T16:52:58.241882-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ef38306-e113-450f-b3db-1d07a022f5ed/?format=api"
        },
        {
            "id": "915787f2-f915-4502-80bb-db5c9a6bf058",
            "gambit_id": "e4c61e16-752d-46de-a2ed-6738998f9947",
            "last_updated": "2022-11-12T16:52:58.242819-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ef38306-e113-450f-b3db-1d07a022f5ed/?format=api"
        }
    ]
}