GET /api/bet_types/e06bf816-e322-4d8c-a4e4-c44cc924ce35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e06bf816-e322-4d8c-a4e4-c44cc924ce35",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffc0ab0b-26ea-4d2f-a3be-daabcdf1f5c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-06T09:08:09.298503-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "137d35c8-320a-42c2-b1c1-124069d7408b",
            "gambit_id": "5e70a9c3-ae0e-40b4-b3f4-81cbd1deba4a",
            "last_updated": "2024-02-07T01:53:00.614121-05:00",
            "created_at": "2024-02-06T09:08:09.314104-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e06bf816-e322-4d8c-a4e4-c44cc924ce35/?format=api"
        },
        {
            "id": "f5e900a7-dd47-41f5-89fa-1e362a5e92df",
            "gambit_id": "dbf05408-7f28-45f0-96c9-3b5a1efa989e",
            "last_updated": "2024-02-07T01:53:00.617391-05:00",
            "created_at": "2024-02-06T09:08:09.320621-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e06bf816-e322-4d8c-a4e4-c44cc924ce35/?format=api"
        }
    ]
}