GET /api/bet_types/ae473116-69de-4007-b21d-37a43cc563cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae473116-69de-4007-b21d-37a43cc563cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0ce8fad-10c0-404e-b697-25386d09a222/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-22T10:03:18.245141-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": 5214.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ccc0dc6-53ce-4f83-9b62-460fd9c67d85",
            "gambit_id": "ac9f0267-eddc-48d7-8af9-eb6083accdba",
            "last_updated": "2023-10-23T13:23:29.308001-04:00",
            "created_at": "2023-10-22T10:03:18.253242-04:00",
            "name": "Game Total Under 9",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae473116-69de-4007-b21d-37a43cc563cc/?format=api"
        },
        {
            "id": "2cfc5cb5-454b-4310-b70f-a38752cd60a4",
            "gambit_id": "c77258fc-24fe-4099-8ab4-b7b76ae85533",
            "last_updated": "2023-10-23T13:23:29.304968-04:00",
            "created_at": "2023-10-22T10:03:18.248998-04:00",
            "name": "Game Total Over 9",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae473116-69de-4007-b21d-37a43cc563cc/?format=api"
        }
    ]
}