GET /api/bet_types/b16f1845-72df-46fe-82e0-e21a3b2514e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b16f1845-72df-46fe-82e0-e21a3b2514e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca49d600-3141-4c4e-b54c-ad1977f30445/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-03T08:02:18.063798-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": "Carolina Hurricanes",
                "amount": 5599.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c616950-cfcb-47b5-80aa-0132329f378c",
            "gambit_id": "ca96bab8-31ee-40bf-bc08-3f11070661f2",
            "last_updated": "2023-03-04T16:27:20.725357-05:00",
            "created_at": "2023-03-03T08:02:18.066310-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b16f1845-72df-46fe-82e0-e21a3b2514e8/?format=api"
        },
        {
            "id": "b1924ed9-bc25-4635-998e-6b602c47e949",
            "gambit_id": "26ca4eec-e4ed-441d-b148-9241912a8b11",
            "last_updated": "2023-03-04T16:27:20.724093-05:00",
            "created_at": "2023-03-03T08:02:18.065010-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b16f1845-72df-46fe-82e0-e21a3b2514e8/?format=api"
        }
    ]
}