GET /api/bet_types/f82d7eda-3305-416e-a369-81f9d33a9df8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f82d7eda-3305-416e-a369-81f9d33a9df8",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7f78967-11fd-4e91-8429-90aaaabefdfa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-05T08:33:18.262153-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": "Game Total Over 8",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "bbf9aad3-46bf-440d-9174-35d39b443cf5",
            "gambit_id": "7e1f89f1-3aaa-4721-abba-5922e5fb5850",
            "last_updated": "2023-08-07T15:03:06.381188-04:00",
            "created_at": "2023-08-05T08:33:18.267367-04:00",
            "name": "Game Total Over 8",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f82d7eda-3305-416e-a369-81f9d33a9df8/?format=api"
        },
        {
            "id": "bb100985-8d2b-44ad-9b71-68930e0c958d",
            "gambit_id": "eb05b58b-4835-4d29-aa97-bedd6d6a91a8",
            "last_updated": "2023-08-07T15:03:06.384627-04:00",
            "created_at": "2023-08-05T08:33:18.277128-04:00",
            "name": "Game Total Under 8",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f82d7eda-3305-416e-a369-81f9d33a9df8/?format=api"
        }
    ]
}