GET /api/bet_types/134256f5-8101-44bc-b8c3-8c82d9f23811/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "134256f5-8101-44bc-b8c3-8c82d9f23811",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8a79bc9-14f8-4dff-8855-da0607bb4494/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-25T13:28:12.913951-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 York Knicks",
                "amount": 5107.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2b070ad-a79e-4331-ada4-2a5033860f8b",
            "gambit_id": "988e3af9-7d28-4473-ab59-27cb3f149f37",
            "last_updated": "2024-01-26T20:48:21.270062-05:00",
            "created_at": "2024-01-25T13:28:12.923468-05:00",
            "name": "New York Knicks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/134256f5-8101-44bc-b8c3-8c82d9f23811/?format=api"
        },
        {
            "id": "b9d5b918-ad0d-47a9-b3d0-b6b4ab68bafb",
            "gambit_id": "1a15d07f-a922-4d71-b008-af505c4d3eff",
            "last_updated": "2024-01-26T20:48:21.266892-05:00",
            "created_at": "2024-01-25T13:28:12.918212-05:00",
            "name": "Denver Nuggets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/134256f5-8101-44bc-b8c3-8c82d9f23811/?format=api"
        }
    ]
}