GET /api/bet_types/4df4cc6a-52ba-4143-8879-4a8d15dbdac2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4df4cc6a-52ba-4143-8879-4a8d15dbdac2",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c188148-3cd6-4e4e-890c-caae12f964b6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-27T08:13:17.721952-04: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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd9ea1db-799c-4f91-87b4-3100d43c95d9",
            "gambit_id": "669d4d09-b092-4e66-a82a-bc0a099a8939",
            "last_updated": "2023-08-29T09:13:27.387528-04:00",
            "created_at": "2023-08-27T08:13:17.729363-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4df4cc6a-52ba-4143-8879-4a8d15dbdac2/?format=api"
        },
        {
            "id": "857c233e-58c0-48b2-a186-628d5c1bc4c8",
            "gambit_id": "d93d7968-2ad9-4f2d-b112-121e21d55e3c",
            "last_updated": "2023-08-29T09:13:27.384198-04:00",
            "created_at": "2023-08-27T08:13:17.725661-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4df4cc6a-52ba-4143-8879-4a8d15dbdac2/?format=api"
        }
    ]
}