GET /api/bet_types/e0683902-1ec2-4bd5-a599-6c39b8831245/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0683902-1ec2-4bd5-a599-6c39b8831245",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e99ce4b-41fc-4692-a6b3-50c07c2c9f95/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-27T09:22:57.659615-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": "PIT",
                "amount": 6324.0
            },
            {
                "team": "PHI",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "f533b430-899a-4f70-a5e2-afb208dd4869",
            "gambit_id": "ff1670c8-0c2d-4d96-9bd7-01d16584ec21",
            "last_updated": "2023-09-28T09:58:14.755436-04:00",
            "created_at": "2023-09-27T09:22:57.663061-04:00",
            "name": "PIT",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0683902-1ec2-4bd5-a599-6c39b8831245/?format=api"
        },
        {
            "id": "90270b3e-92b5-4bbd-8cde-4a54c0238e10",
            "gambit_id": "ec0cabe1-1332-4084-a264-006818ba2709",
            "last_updated": "2023-09-28T09:58:14.758535-04:00",
            "created_at": "2023-09-27T09:22:57.666985-04:00",
            "name": "PHI",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0683902-1ec2-4bd5-a599-6c39b8831245/?format=api"
        }
    ]
}