GET /api/bet_types/969c7c58-9b5a-42f5-9762-9892ea11ee1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "969c7c58-9b5a-42f5-9762-9892ea11ee1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f856dda5-eaf9-40ca-b054-ae455abbb5a0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T09:13:10.623396-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": "Los Angeles Rams",
                "amount": 7203.0
            },
            {
                "team": "Washington Commanders",
                "amount": 2797.0
            }
        ],
        "expected_reward_tokens": 9507.96,
        "profit_sb": 7.96,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "09615b40-b710-439a-8150-9e3c0af505e3",
            "gambit_id": "7d3eaa9a-206e-488f-8005-20bc57fa58b1",
            "last_updated": "2023-12-19T09:53:14.696325-05:00",
            "created_at": "2023-12-15T09:13:10.631899-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/969c7c58-9b5a-42f5-9762-9892ea11ee1f/?format=api"
        },
        {
            "id": "fa0045e7-2d77-42be-b330-249d5563b515",
            "gambit_id": "38c96409-1b7a-4dfd-bc3e-95bf27b9c521",
            "last_updated": "2023-12-19T09:53:14.692879-05:00",
            "created_at": "2023-12-15T09:13:10.627414-05:00",
            "name": "Washington Commanders",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/969c7c58-9b5a-42f5-9762-9892ea11ee1f/?format=api"
        }
    ]
}