GET /api/bet_types/8f4407a8-dbef-44c5-b851-2874522734da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f4407a8-dbef-44c5-b851-2874522734da",
    "match": "https://api-prod.gambitprofit.com/api/matches/be4627d4-a3cf-4c93-855b-9090d39c8a7c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-11T08:27:13.997547-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b777745-23fe-43c8-baa2-12d96e19d905",
            "gambit_id": "41f42cf7-d29b-4a93-b069-44d3442dd85a",
            "last_updated": "2023-01-12T15:36:59.824895-05:00",
            "created_at": "2023-01-11T08:27:13.998809-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f4407a8-dbef-44c5-b851-2874522734da/?format=api"
        },
        {
            "id": "930466c2-6c7c-4921-b3d8-e5ac319e09ea",
            "gambit_id": "3c5d5fb6-9f8a-4349-833c-e8395ddc0d35",
            "last_updated": "2023-01-12T15:36:59.825950-05:00",
            "created_at": "2023-01-11T08:27:14.000209-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f4407a8-dbef-44c5-b851-2874522734da/?format=api"
        }
    ]
}