GET /api/bet_types/8adb3af1-2ddd-4dd1-9d20-07fccbf8855f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8adb3af1-2ddd-4dd1-9d20-07fccbf8855f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6059c803-64ee-4414-8608-449837941b4a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-05T09:32:59.886589-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": "Los Angeles Lakers",
                "amount": 5107.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "39a3895d-bbf8-43d1-a85a-3f1e98cc4965",
            "gambit_id": "de5de430-11ef-44de-b005-32193ce27ff1",
            "last_updated": "2024-01-08T14:23:11.467557-05:00",
            "created_at": "2024-01-05T09:32:59.895927-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8adb3af1-2ddd-4dd1-9d20-07fccbf8855f/?format=api"
        },
        {
            "id": "33fedad0-14b7-4939-a70c-d3079ed37bf8",
            "gambit_id": "f4418678-b755-4253-83c1-ef1757c8d21f",
            "last_updated": "2024-01-08T14:23:11.464233-05:00",
            "created_at": "2024-01-05T09:32:59.891432-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8adb3af1-2ddd-4dd1-9d20-07fccbf8855f/?format=api"
        }
    ]
}