# Endpoint

## Book a match for liveodds coverage

> Book a match for liveodds coverage.

```json
{"openapi":"3.0.3","info":{"title":"Betradar API","version":"1.0.0"},"servers":[{"url":"https://global.api.betradar.com/v1"}],"security":[{"key":[]}],"components":{"securitySchemes":{"key":{"type":"apiKey","in":"header","name":"x-access-token"}}},"paths":{"/liveodds/booking-calendar/events/sr:match:{id}/book":{"post":{"summary":"Book a match for liveodds coverage","description":"Book a match for liveodds coverage.","operationId":"bookMatchLiveodds","tags":["Booking Calendar"],"parameters":[{"name":"id","in":"path","description":"The ID for the sport event to get fixture data from.","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"successful operation","content":{"application/xml":{}}},"401":{"description":"Unauthorized","content":{"application/xml":{}}},"403":{"description":"Access denied","content":{"application/xml":{}}},"500":{"description":"Internal server error","content":{"application/xml":{}}}}}}}}
```
