GET /api/bet_types/7f16db6d-b13f-4424-9e77-6560b49ffc73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f16db6d-b13f-4424-9e77-6560b49ffc73",
    "match": "https://api-prod.gambitprofit.com/api/matches/697d33b0-8bc9-4422-8c9c-ce18c1762c34/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-21T08:53:24.201052-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": "CLE",
                "amount": 5857.0
            },
            {
                "team": "PHI",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8c1059e-c322-43d2-ac11-7dd2b81bb6d5",
            "gambit_id": "c4e04377-93f1-432d-9967-3b1dde1371aa",
            "last_updated": "2023-07-22T11:28:27.554052-04:00",
            "created_at": "2023-07-21T08:53:24.203957-04:00",
            "name": "CLE",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f16db6d-b13f-4424-9e77-6560b49ffc73/?format=api"
        },
        {
            "id": "7ee82e2f-e68e-4233-90dc-52afeaba5948",
            "gambit_id": "6af74b65-3939-4ef6-97dc-0da81fd42c91",
            "last_updated": "2023-07-22T11:28:27.550275-04:00",
            "created_at": "2023-07-21T08:53:24.202486-04:00",
            "name": "PHI",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f16db6d-b13f-4424-9e77-6560b49ffc73/?format=api"
        }
    ]
}