GET /api/bet_types/910ab994-3b4d-401c-b345-e4c065b8d0cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "910ab994-3b4d-401c-b345-e4c065b8d0cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/4094513b-4c6a-4237-ae4f-84756932de90/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-15T08:58:22.252720-04: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": "MIA",
                "amount": 5857.0
            },
            {
                "team": "HOU",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "e21ea7ff-9607-49a1-825e-be9cec490199",
            "gambit_id": "c0ff655e-a8a4-438d-ac45-e9aae9079562",
            "last_updated": "2023-08-17T13:38:12.444886-04:00",
            "created_at": "2023-08-15T08:58:22.265223-04:00",
            "name": "MIA",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/910ab994-3b4d-401c-b345-e4c065b8d0cb/?format=api"
        },
        {
            "id": "945e2bdb-fe75-46b8-99ec-639f3fed87f5",
            "gambit_id": "0d169e07-20b8-42f3-86d1-659ec93c0065",
            "last_updated": "2023-08-17T13:38:12.441034-04:00",
            "created_at": "2023-08-15T08:58:22.260423-04:00",
            "name": "HOU",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/910ab994-3b4d-401c-b345-e4c065b8d0cb/?format=api"
        }
    ]
}