GET /api/bet_types/ef951285-5d0a-4897-8fda-247c7c733dce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef951285-5d0a-4897-8fda-247c7c733dce",
    "match": "https://api-prod.gambitprofit.com/api/matches/0258d116-a38d-4f32-b9e4-23884235d09c/?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 Under 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "cea23650-62e0-40d2-b143-4bbeceb95a30",
            "gambit_id": "732aa7c4-47fa-44b4-94bb-de953428dc0f",
            "last_updated": "2022-12-21T10:36:58.493759-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef951285-5d0a-4897-8fda-247c7c733dce/?format=api"
        },
        {
            "id": "7d44d83d-fbdf-473c-b7d8-a99644576f9a",
            "gambit_id": "ea88acee-360f-4abb-8489-68c388e546ae",
            "last_updated": "2022-12-21T10:36:58.494881-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef951285-5d0a-4897-8fda-247c7c733dce/?format=api"
        }
    ]
}