GET /api/bet_types/4e5e24a6-9a8b-48f8-b9e2-c3a168691cc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e5e24a6-9a8b-48f8-b9e2-c3a168691cc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/235cb9db-8f68-45ac-8de5-4f8e3bf5c832/?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": "New England Patriots",
                "amount": 5000.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "b8704358-93cd-455a-a016-e2d121293f3f",
            "gambit_id": "c87ceb7c-3600-4b7c-80dc-f1924c5e0814",
            "last_updated": "2022-08-20T12:17:02.111437-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e5e24a6-9a8b-48f8-b9e2-c3a168691cc1/?format=api"
        },
        {
            "id": "4ac7a5ed-610d-4871-9507-da0078703243",
            "gambit_id": "06d9fdea-1335-4ca7-b5a8-e20a629c9508",
            "last_updated": "2022-08-20T12:17:02.111920-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e5e24a6-9a8b-48f8-b9e2-c3a168691cc1/?format=api"
        }
    ]
}