GET /api/bet_types/e6a07835-196f-4c9c-9332-f927da3bf621/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6a07835-196f-4c9c-9332-f927da3bf621",
    "match": "https://api-prod.gambitprofit.com/api/matches/b37ce3ad-4808-463d-9d85-7f9cb25d82d9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:06.576118-04: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 Orleans Saints",
                "amount": 5094.0
            },
            {
                "team": "Chicago Bears",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "ada06c69-3677-4d24-8d1d-9e4994e6bcb0",
            "gambit_id": "9b055e3d-69e9-402c-a7f0-0769aaf460f9",
            "last_updated": "2023-11-06T21:18:16.821593-05:00",
            "created_at": "2023-11-02T09:03:06.586044-04:00",
            "name": "New Orleans Saints",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6a07835-196f-4c9c-9332-f927da3bf621/?format=api"
        },
        {
            "id": "a4f89559-a563-4e9c-b259-ebc705f7a40a",
            "gambit_id": "dae62af1-25bb-4336-980e-70e975c3d710",
            "last_updated": "2023-11-06T21:18:16.805836-05:00",
            "created_at": "2023-11-02T09:03:06.581200-04:00",
            "name": "Chicago Bears",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6a07835-196f-4c9c-9332-f927da3bf621/?format=api"
        }
    ]
}