GET /api/bet_types/2c9f254d-9578-44aa-adda-2640b3ea306d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c9f254d-9578-44aa-adda-2640b3ea306d",
    "match": "https://api-prod.gambitprofit.com/api/matches/754436c2-d24c-471d-b71b-7edb6e7f53e0/?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": "Washington Commanders",
                "amount": 5000.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "448d25f4-63ee-40b0-a892-a7e0e05851ee",
            "gambit_id": "9e0979f9-3722-4655-a2ad-df8f887901af",
            "last_updated": "2022-08-21T12:57:09.742947-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c9f254d-9578-44aa-adda-2640b3ea306d/?format=api"
        },
        {
            "id": "9e2d1eb4-faee-427e-a8dd-319db206edfa",
            "gambit_id": "9ab47455-6d2c-4ae4-84c9-48f0051e740d",
            "last_updated": "2022-08-21T12:57:09.742554-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c9f254d-9578-44aa-adda-2640b3ea306d/?format=api"
        }
    ]
}