GET /api/bet_types/b967b3dc-f0e9-499e-98a3-1d2a92ea72da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b967b3dc-f0e9-499e-98a3-1d2a92ea72da",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6b1175a-4ebc-4cc5-a825-4e2dd5136e7b/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 38.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 38.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "87b41766-bff4-4dea-b5eb-8d2978b5df6b",
            "gambit_id": "661b5134-dd8f-4a6b-b4a6-5f54df46d49e",
            "last_updated": "2022-10-02T15:17:25.491747-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 38.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b967b3dc-f0e9-499e-98a3-1d2a92ea72da/?format=api"
        },
        {
            "id": "0105493c-b249-4a55-9ba2-bf5d6a7b220c",
            "gambit_id": "f915b4a6-5ead-4bb7-b3c7-a17c3d27ffc3",
            "last_updated": "2022-10-02T15:17:25.490483-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 38.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b967b3dc-f0e9-499e-98a3-1d2a92ea72da/?format=api"
        }
    ]
}