GET /api/bet_types/3a515c3f-d7b3-4dfd-b692-524d31f46268/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a515c3f-d7b3-4dfd-b692-524d31f46268",
    "match": "https://api-prod.gambitprofit.com/api/matches/51d2ecf1-1c15-40f8-9cf4-f57d4352bc98/?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 48",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 48",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d15ab301-56f6-44ca-8d8c-ab0b9df5925f",
            "gambit_id": "a005870c-6ebe-45b1-b115-38e113dee5a6",
            "last_updated": "2022-10-31T10:47:26.290337-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a515c3f-d7b3-4dfd-b692-524d31f46268/?format=api"
        },
        {
            "id": "f09bf52d-d520-4162-93d2-626dc8f05418",
            "gambit_id": "a9fe888f-37c6-46c1-b7a4-24a3d8c5a6c1",
            "last_updated": "2022-10-31T10:47:26.291502-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a515c3f-d7b3-4dfd-b692-524d31f46268/?format=api"
        }
    ]
}