GET /api/bet_types/5e78967e-4d1d-4fa7-b565-eba5677e9550/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e78967e-4d1d-4fa7-b565-eba5677e9550",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e637baf-26df-4b25-bba5-71cfd923af84/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-16T09:53:29.014973-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": "CIN",
                "amount": 5599.0
            },
            {
                "team": "HOU",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "05cfa0b3-b308-4426-9c85-643f5e221ede",
            "gambit_id": "56dca90d-8b7b-4774-a27c-6dc9f90e61b2",
            "last_updated": "2023-06-17T14:58:02.847602-04:00",
            "created_at": "2023-06-16T09:53:29.016904-04:00",
            "name": "CIN",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e78967e-4d1d-4fa7-b565-eba5677e9550/?format=api"
        },
        {
            "id": "17bfc6c0-e2f6-44d4-a59c-55a02f8cfa9d",
            "gambit_id": "7ecbb932-5586-47fb-bd1f-c159d71758cd",
            "last_updated": "2023-06-17T14:58:02.848833-04:00",
            "created_at": "2023-06-16T09:53:29.019075-04:00",
            "name": "HOU",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e78967e-4d1d-4fa7-b565-eba5677e9550/?format=api"
        }
    ]
}