GET /api/bet_types/f7d18c38-52d2-4856-8f5c-4f760fdc583e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7d18c38-52d2-4856-8f5c-4f760fdc583e",
    "match": "https://api-prod.gambitprofit.com/api/matches/06e8bfdb-9616-483f-afb3-65e03b651f09/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-22T09:58:22.303695-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": "ATL",
                "amount": 5939.0
            },
            {
                "team": "WAS",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "0397e443-0b11-4543-a0d6-b0c3f9ad3f1e",
            "gambit_id": "2d0cfcf6-debd-44a3-a13e-d3cd94fc92c7",
            "last_updated": "2023-09-23T20:58:09.517317-04:00",
            "created_at": "2023-09-22T09:58:22.309874-04:00",
            "name": "ATL",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7d18c38-52d2-4856-8f5c-4f760fdc583e/?format=api"
        },
        {
            "id": "ee9c40e8-4a40-453f-bed6-cffceba7f6c9",
            "gambit_id": "fa4f81d8-bd6c-4a07-bc9a-1449eebb9440",
            "last_updated": "2023-09-23T20:58:09.520884-04:00",
            "created_at": "2023-09-22T09:58:22.317605-04:00",
            "name": "WAS",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7d18c38-52d2-4856-8f5c-4f760fdc583e/?format=api"
        }
    ]
}