GET /api/bet_types/ae33231f-ed02-4b5b-810e-12553a57f90c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae33231f-ed02-4b5b-810e-12553a57f90c",
    "match": "https://api-prod.gambitprofit.com/api/matches/360f320b-e234-4435-9bc8-675d22d48abb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:43:13.222605-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": "Kansas City Chiefs",
                "amount": 5107.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3099b657-2cfd-4cc8-8c54-790dc93642ec",
            "gambit_id": "68aee8b1-145e-408f-b69b-24d62eb09c34",
            "last_updated": "2024-01-02T10:33:10.664167-05:00",
            "created_at": "2023-12-27T09:43:13.230388-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae33231f-ed02-4b5b-810e-12553a57f90c/?format=api"
        },
        {
            "id": "f5459ac1-58f4-4088-8674-98d016a1476e",
            "gambit_id": "d10c4d9f-f9d7-4e09-bf3e-69e6e97c2859",
            "last_updated": "2024-01-02T10:33:10.661044-05:00",
            "created_at": "2023-12-27T09:43:13.226416-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae33231f-ed02-4b5b-810e-12553a57f90c/?format=api"
        }
    ]
}