GET /api/bet_types/2df8b18b-54ba-4982-aa8c-6507e28e5656/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2df8b18b-54ba-4982-aa8c-6507e28e5656",
    "match": "https://api-prod.gambitprofit.com/api/matches/f77afdf3-9b58-4e58-b0ff-7630fdee4da6/?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": "Pittsburgh Steelers",
                "amount": 5000.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "9db7273f-1d0f-498a-8114-4f3dc1c69d2b",
            "gambit_id": "d7c4674b-8f96-4a9b-a8c8-181638895736",
            "last_updated": "2022-08-21T12:57:09.154671-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2df8b18b-54ba-4982-aa8c-6507e28e5656/?format=api"
        },
        {
            "id": "e561497e-f0bf-49ae-ad86-7ddcbc7ea4c3",
            "gambit_id": "5634a934-233d-42cd-9104-996fdb1bc5ea",
            "last_updated": "2022-08-21T12:57:09.154175-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2df8b18b-54ba-4982-aa8c-6507e28e5656/?format=api"
        }
    ]
}