GET /api/bet_types/96a15232-dcfb-437e-8a52-d740f57e0e85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96a15232-dcfb-437e-8a52-d740f57e0e85",
    "match": "https://api-prod.gambitprofit.com/api/matches/9068c394-543e-4305-b3da-293c16a1de60/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-26T11:58:16.896828-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6a454fb-1bb8-4895-aa8a-f05760270ed2",
            "gambit_id": "3c14168a-529c-47b5-a892-64d621eb04bb",
            "last_updated": "2023-12-27T13:22:59.519973-05:00",
            "created_at": "2023-12-26T11:58:16.902617-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96a15232-dcfb-437e-8a52-d740f57e0e85/?format=api"
        },
        {
            "id": "fdac9882-12c1-48c7-b152-bcf63a5554c1",
            "gambit_id": "e7ff31c9-8094-4d4e-9f60-63b523736bdc",
            "last_updated": "2023-12-27T13:22:59.523390-05:00",
            "created_at": "2023-12-26T11:58:16.907438-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96a15232-dcfb-437e-8a52-d740f57e0e85/?format=api"
        }
    ]
}