GET /api/bet_types/2b9eb742-8109-4aed-a796-4ef05e4520d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b9eb742-8109-4aed-a796-4ef05e4520d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ee71687-35f1-49b2-bfa9-90b7885ea091/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Maryland",
                "amount": 5000.0
            },
            {
                "team": "Michigan State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "44c9f380-613e-4001-8869-dff898cc9b60",
            "gambit_id": "b79a6c77-6808-4131-b052-cff000b18e38",
            "last_updated": "2022-10-03T09:52:30.315139-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b9eb742-8109-4aed-a796-4ef05e4520d6/?format=api"
        },
        {
            "id": "9bd472a6-6f0e-462a-9158-f827dea0d73f",
            "gambit_id": "7f3a4040-bf5f-4aa0-8518-770f39101e95",
            "last_updated": "2022-10-03T09:52:30.316094-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan State",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b9eb742-8109-4aed-a796-4ef05e4520d6/?format=api"
        }
    ]
}