GET /api/bet_types/4d92ce13-8786-4cbf-a408-db49f8731c71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d92ce13-8786-4cbf-a408-db49f8731c71",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9d71ce6-f7fa-46bb-837b-9dcf8b362615/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-04T09:18:24.682710-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4a8bff1-5574-4e25-a7c8-2055e42e2296",
            "gambit_id": "4b14f412-163d-44f1-bfd1-b71869b0c5f6",
            "last_updated": "2024-01-05T13:38:30.887509-05:00",
            "created_at": "2024-01-04T09:18:24.688654-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d92ce13-8786-4cbf-a408-db49f8731c71/?format=api"
        },
        {
            "id": "e4739df2-a330-4154-ab62-45f6a601b5e2",
            "gambit_id": "20e71e06-5f05-4e17-85ac-e72f6726fa66",
            "last_updated": "2024-01-05T13:38:30.890612-05:00",
            "created_at": "2024-01-04T09:18:24.694680-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d92ce13-8786-4cbf-a408-db49f8731c71/?format=api"
        }
    ]
}