GET /api/bet_types/ae1155da-ad74-42f1-929b-de2d9f8142a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae1155da-ad74-42f1-929b-de2d9f8142a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdb2432b-17b1-42e6-89a7-5ef72d33383b/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-29T09:13:13.233162-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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d12c6c98-41a2-4852-8414-efc031b88b1e",
            "gambit_id": "b17b0a7d-3b82-49fc-b954-727707511372",
            "last_updated": "2024-01-31T10:18:29.835559-05:00",
            "created_at": "2024-01-29T09:13:13.237702-05:00",
            "name": "Game Total Over 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae1155da-ad74-42f1-929b-de2d9f8142a3/?format=api"
        },
        {
            "id": "80dbe7b5-383e-4a9f-ac9e-259c3816d70b",
            "gambit_id": "a8b7d7df-9155-48d5-b35b-c8e7d69dc51a",
            "last_updated": "2024-01-31T10:18:29.839103-05:00",
            "created_at": "2024-01-29T09:13:13.241499-05:00",
            "name": "Game Total Under 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae1155da-ad74-42f1-929b-de2d9f8142a3/?format=api"
        }
    ]
}