GET /api/bet_types/82dbca81-278a-4a38-be4c-3614cdecac21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82dbca81-278a-4a38-be4c-3614cdecac21",
    "match": "https://api-prod.gambitprofit.com/api/matches/da084b71-611e-44b4-a6d9-5cf8dce7cef6/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-16T09:03:04.841902-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": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "66e0d802-b8b8-4c93-be8b-e60ed29681c3",
            "gambit_id": "9659ce64-388c-4ffa-be6e-b6b5298b9a72",
            "last_updated": "2024-01-19T11:58:31.221447-05:00",
            "created_at": "2024-01-16T09:03:04.846596-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82dbca81-278a-4a38-be4c-3614cdecac21/?format=api"
        },
        {
            "id": "624d29ed-7a49-4025-b7d1-8108874ff759",
            "gambit_id": "77403f78-7913-4913-a202-15845fcb8ad8",
            "last_updated": "2024-01-19T11:58:31.224665-05:00",
            "created_at": "2024-01-16T09:03:04.851611-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82dbca81-278a-4a38-be4c-3614cdecac21/?format=api"
        }
    ]
}