GET /api/bet_types/9960e631-23f6-4e32-9e45-940f5880d57f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9960e631-23f6-4e32-9e45-940f5880d57f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3c79add-f342-49a4-a3a9-da801ca84b1a/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-17T09:28:12.072396-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 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "51ddc902-e4ce-4134-9b87-faf972a9520d",
            "gambit_id": "a072cad9-a72a-4fe0-86d2-a57b46a00be5",
            "last_updated": "2024-01-19T12:03:16.175090-05:00",
            "created_at": "2024-01-17T09:28:12.076159-05:00",
            "name": "Game Total Over 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9960e631-23f6-4e32-9e45-940f5880d57f/?format=api"
        },
        {
            "id": "61c08b86-c679-4778-ac4b-b4a5d1e73ebb",
            "gambit_id": "93191c63-d6dc-45e4-8e71-1f73897eb28c",
            "last_updated": "2024-01-19T12:03:16.178373-05:00",
            "created_at": "2024-01-17T09:28:12.081897-05:00",
            "name": "Game Total Under 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9960e631-23f6-4e32-9e45-940f5880d57f/?format=api"
        }
    ]
}