GET /api/bet_types/9df1ea09-2a54-4ca2-b189-fc3b74629efd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9df1ea09-2a54-4ca2-b189-fc3b74629efd",
    "match": "https://api-prod.gambitprofit.com/api/matches/debf28a9-7da1-40a5-8c6c-16c951652afa/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-21T09:33:14.986222-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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "40f7bb66-326d-490a-86ca-e26dea041bdb",
            "gambit_id": "690f954b-f836-4758-ace2-3c9ce7bb45a5",
            "last_updated": "2024-01-23T18:52:55.993110-05:00",
            "created_at": "2024-01-21T09:33:14.990191-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9df1ea09-2a54-4ca2-b189-fc3b74629efd/?format=api"
        },
        {
            "id": "1dd3a7b1-3012-45f5-ae23-89f26d57c029",
            "gambit_id": "9ad54d77-9824-41a8-9730-75dab7a6d777",
            "last_updated": "2024-01-23T18:52:55.996373-05:00",
            "created_at": "2024-01-21T09:33:14.994012-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9df1ea09-2a54-4ca2-b189-fc3b74629efd/?format=api"
        }
    ]
}