GET /api/bet_types/31f155cf-5a77-4420-b3d3-def7751d5525/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31f155cf-5a77-4420-b3d3-def7751d5525",
    "match": "https://api-prod.gambitprofit.com/api/matches/0451bc21-bed7-48c1-835f-e84cef19d3a8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-11T10:58:20.037931-04: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": "ARI",
                "amount": 5599.0
            },
            {
                "team": "DET",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ef89f85-6adb-41d6-97bb-5af538b3d509",
            "gambit_id": "db97ac90-12f4-453b-8f84-837dd55ba2b8",
            "last_updated": "2023-06-12T18:53:15.261503-04:00",
            "created_at": "2023-06-11T10:58:20.039957-04:00",
            "name": "ARI",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31f155cf-5a77-4420-b3d3-def7751d5525/?format=api"
        },
        {
            "id": "e74d62a6-4b14-452c-a22c-c72205a111fa",
            "gambit_id": "57d1e237-2912-4011-bd31-fc1bc24aa651",
            "last_updated": "2023-06-12T18:53:15.263156-04:00",
            "created_at": "2023-06-11T10:58:20.042119-04:00",
            "name": "DET",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31f155cf-5a77-4420-b3d3-def7751d5525/?format=api"
        }
    ]
}