GET /api/bet_types/762d1903-5585-40f3-a101-d952f5fcf3ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "762d1903-5585-40f3-a101-d952f5fcf3ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/9947b70c-8364-4ee0-99a1-8d5febc2080b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-20T08:33:22.067287-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": "SFO",
                "amount": 5867.0
            },
            {
                "team": "SDG",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "97bdf07f-9da9-40c9-b761-0ac4861eec88",
            "gambit_id": "ada4e286-73e8-431c-b10c-ac512511077e",
            "last_updated": "2023-06-22T10:08:27.219454-04:00",
            "created_at": "2023-06-20T08:33:22.071132-04:00",
            "name": "SFO",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/762d1903-5585-40f3-a101-d952f5fcf3ed/?format=api"
        },
        {
            "id": "071acd34-912a-46a1-9288-95cfaf42f55e",
            "gambit_id": "347b8288-9ef1-48a8-bebf-35f87907a8fd",
            "last_updated": "2023-06-22T10:08:27.217389-04:00",
            "created_at": "2023-06-20T08:33:22.069278-04:00",
            "name": "SDG",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/762d1903-5585-40f3-a101-d952f5fcf3ed/?format=api"
        }
    ]
}