GET /api/bet_types/0585d488-91d7-424d-9ed3-16ba8f34fc1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0585d488-91d7-424d-9ed3-16ba8f34fc1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee81fc23-559a-4589-87fc-306103ff5b9d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T08:23:19.752376-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cc5b02b-1f71-454b-9b9c-542eb266755a",
            "gambit_id": "7fb470a6-422c-4a87-81a2-80b435d034d7",
            "last_updated": "2023-11-12T11:28:23.748345-05:00",
            "created_at": "2023-11-10T08:23:19.760178-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0585d488-91d7-424d-9ed3-16ba8f34fc1f/?format=api"
        },
        {
            "id": "1416712e-b6d9-4660-9dd2-a2409e7aadbc",
            "gambit_id": "891952f8-d68a-450a-964a-e8ba5c145a6d",
            "last_updated": "2023-11-12T11:28:23.751978-05:00",
            "created_at": "2023-11-10T08:23:19.768787-05:00",
            "name": "Detroit Pistons",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0585d488-91d7-424d-9ed3-16ba8f34fc1f/?format=api"
        }
    ]
}