GET /api/bet_types/572e3a24-a52e-428c-a432-dd2fb205d331/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "572e3a24-a52e-428c-a432-dd2fb205d331",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ce9fe70-9d32-4db6-a513-483c53141ac8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-27T09:22:57.173707-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": "CIN",
                "amount": 6324.0
            },
            {
                "team": "CLE",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "bac9d57c-f833-4f8a-82e6-ea84611cf2df",
            "gambit_id": "40b58cec-be59-445e-b280-2a8315bcc689",
            "last_updated": "2023-09-28T18:58:18.923276-04:00",
            "created_at": "2023-09-27T09:22:57.177256-04:00",
            "name": "CIN",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/572e3a24-a52e-428c-a432-dd2fb205d331/?format=api"
        },
        {
            "id": "89d1ec0f-f035-404c-8fc7-8aa6e366fd76",
            "gambit_id": "fd610d7e-03ea-4ffb-bcd3-5bcdd84941c8",
            "last_updated": "2023-09-28T18:58:18.926554-04:00",
            "created_at": "2023-09-27T09:22:57.182371-04:00",
            "name": "CLE",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/572e3a24-a52e-428c-a432-dd2fb205d331/?format=api"
        }
    ]
}