GET /api/bet_types/4f33d6f0-cd1f-42ac-829c-17d8557e5954/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f33d6f0-cd1f-42ac-829c-17d8557e5954",
    "match": "https://api-prod.gambitprofit.com/api/matches/9be3bd14-15a2-45be-985a-c132f9894109/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-26T09:33:16.829773-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 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2cfbccc-2e61-4e18-b9b7-e5318084b528",
            "gambit_id": "d3148562-f6fa-48b9-a7e2-1004bb9f9b87",
            "last_updated": "2024-01-27T11:03:04.973833-05:00",
            "created_at": "2024-01-26T09:33:16.837130-05:00",
            "name": "Game Total Under 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f33d6f0-cd1f-42ac-829c-17d8557e5954/?format=api"
        },
        {
            "id": "fe8a9f1c-4473-4ebe-83a0-2e2b221a7154",
            "gambit_id": "192bebea-900e-498a-97dc-3d727db384ea",
            "last_updated": "2024-01-27T11:03:04.977088-05:00",
            "created_at": "2024-01-26T09:33:16.833389-05:00",
            "name": "Game Total Over 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f33d6f0-cd1f-42ac-829c-17d8557e5954/?format=api"
        }
    ]
}