GET /api/bet_types/af3e631c-c157-4d64-97c3-f76b8fd90d22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af3e631c-c157-4d64-97c3-f76b8fd90d22",
    "match": "https://api-prod.gambitprofit.com/api/matches/241550ca-dde8-4f98-a369-70589b5b3940/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-05T10:57:14.969700-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.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "f58f03c6-fb04-4773-b36f-5db2eb4ee6fd",
            "gambit_id": "83014aef-2c09-4340-b93e-628527b3ebd9",
            "last_updated": "2023-06-06T16:02:18.729874-04:00",
            "created_at": "2023-06-05T10:57:14.972055-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af3e631c-c157-4d64-97c3-f76b8fd90d22/?format=api"
        },
        {
            "id": "1d6d5276-b52b-4768-ad42-8927720f66a6",
            "gambit_id": "44a67290-f08d-41ce-8030-eb2b41ee82f8",
            "last_updated": "2023-06-06T16:02:18.731315-04:00",
            "created_at": "2023-06-05T10:57:14.974304-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af3e631c-c157-4d64-97c3-f76b8fd90d22/?format=api"
        }
    ]
}