GET /api/bet_types/56a26da5-4479-4033-85c4-cba36634a6d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56a26da5-4479-4033-85c4-cba36634a6d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e575082c-685e-4f25-9b28-2aa2a8c31aba/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:04.410111-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": "Pittsburgh Steelers",
                "amount": 5214.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "06808ab4-240b-476c-ab83-60e8309cb377",
            "gambit_id": "92dc562e-01ab-4660-9319-37cf53474b0b",
            "last_updated": "2023-11-06T21:33:22.033127-05:00",
            "created_at": "2023-11-02T09:03:04.421581-04:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56a26da5-4479-4033-85c4-cba36634a6d4/?format=api"
        },
        {
            "id": "a0679c45-d465-4952-9483-6eecebaa564b",
            "gambit_id": "9e4d5f36-a60e-4cc7-82da-7a090b3eabc9",
            "last_updated": "2023-11-06T21:33:22.029460-05:00",
            "created_at": "2023-11-02T09:03:04.416449-04:00",
            "name": "Tennessee Titans",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56a26da5-4479-4033-85c4-cba36634a6d4/?format=api"
        }
    ]
}