GET /api/bet_types/1ac7fc5d-b9d6-47d8-b7c5-4791e6096c1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ac7fc5d-b9d6-47d8-b7c5-4791e6096c1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/46b622ef-3b72-4f28-9098-33b87211762a/?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": "Los Angeles Lakers",
                "amount": 5097.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "bbff181f-bc2d-4ac5-a7a6-32c999d7d837",
            "gambit_id": "6f0f6113-20bc-46d1-972a-e126a1eff447",
            "last_updated": "2022-12-10T18:36:58.365454-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ac7fc5d-b9d6-47d8-b7c5-4791e6096c1e/?format=api"
        },
        {
            "id": "0e63a1ac-60b1-48f3-ac7b-7693633ac58f",
            "gambit_id": "bf7ebc54-109d-4f98-9a4a-5fc70d67c008",
            "last_updated": "2022-12-10T18:36:58.363094-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ac7fc5d-b9d6-47d8-b7c5-4791e6096c1e/?format=api"
        }
    ]
}