GET /api/bet_types/9405e54b-95f5-497b-960f-25a3e55dd57f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9405e54b-95f5-497b-960f-25a3e55dd57f",
    "match": "https://api-prod.gambitprofit.com/api/matches/caf98fa4-f25d-40f0-92cf-9c72abda167a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:13:16.632768-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": "San Francisco 49ers",
                "amount": 5000.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f66b6d4-ed3d-479f-b5c1-59f95ed52f62",
            "gambit_id": "ba43ce33-34f5-474d-901f-0609933e4c6f",
            "last_updated": "2023-11-24T10:23:22.748204-05:00",
            "created_at": "2023-11-22T09:13:16.636698-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9405e54b-95f5-497b-960f-25a3e55dd57f/?format=api"
        },
        {
            "id": "b1b3a9c4-3973-4817-9c7d-7a69f0f04f33",
            "gambit_id": "f6700003-7fcf-4e50-b6ba-39820856ef3f",
            "last_updated": "2023-11-24T10:23:22.752694-05:00",
            "created_at": "2023-11-22T09:13:16.640299-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9405e54b-95f5-497b-960f-25a3e55dd57f/?format=api"
        }
    ]
}