GET /api/bet_types/42d376dd-2056-4366-a079-207dac9a6d14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42d376dd-2056-4366-a079-207dac9a6d14",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdf7d574-bfea-4f91-bd4d-642f2387fff7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-07T09:27:13.897586-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9df5129-1e65-4131-9ef3-f3314f8f388a",
            "gambit_id": "aede2c40-e0d6-4f81-a55a-a3c52eaa91ad",
            "last_updated": "2023-04-08T20:52:05.628917-04:00",
            "created_at": "2023-04-07T09:27:13.900765-04:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42d376dd-2056-4366-a079-207dac9a6d14/?format=api"
        },
        {
            "id": "d02feb9a-3ea4-4fde-8d0a-b996290350be",
            "gambit_id": "99670334-5674-4fac-b221-83ec1720ed1a",
            "last_updated": "2023-04-08T20:52:05.631521-04:00",
            "created_at": "2023-04-07T09:27:13.903962-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42d376dd-2056-4366-a079-207dac9a6d14/?format=api"
        }
    ]
}