GET /api/bet_types/0ba63a99-a0e5-481a-954c-89f7a8af8860/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ba63a99-a0e5-481a-954c-89f7a8af8860",
    "match": "https://api-prod.gambitprofit.com/api/matches/2db83ebe-8d39-49bb-b745-6d0f3bf3431b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-23T09:22:25.195241-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 6",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "18f5bf94-6d8c-4e90-a43a-3f9af1a1a170",
            "gambit_id": "25b9ab0f-f7e9-42ad-906d-f009feea50bb",
            "last_updated": "2023-02-24T12:37:17.604214-05:00",
            "created_at": "2023-02-23T09:22:25.198083-05:00",
            "name": "Game Total Over 6",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ba63a99-a0e5-481a-954c-89f7a8af8860/?format=api"
        },
        {
            "id": "22c5121f-24c9-4f5f-b947-3b29d115a547",
            "gambit_id": "6fc1cfbe-767e-457a-9135-4b318a9a433e",
            "last_updated": "2023-02-24T12:37:17.603014-05:00",
            "created_at": "2023-02-23T09:22:25.196656-05:00",
            "name": "Game Total Under 6",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ba63a99-a0e5-481a-954c-89f7a8af8860/?format=api"
        }
    ]
}