GET /api/bet_types/67adb04f-0667-4d22-9b2d-452c1d38aad6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67adb04f-0667-4d22-9b2d-452c1d38aad6",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1cd6c73-0ef4-4258-8cf1-79d42532fcb6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-18T09:08:19.513478-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 Over 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "24e06708-ceeb-4119-ac63-f35b6ca7d85a",
            "gambit_id": "1597bc2f-035a-44d6-963e-65d989191dac",
            "last_updated": "2023-09-20T09:18:05.785729-04:00",
            "created_at": "2023-09-18T09:08:19.519022-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67adb04f-0667-4d22-9b2d-452c1d38aad6/?format=api"
        },
        {
            "id": "19bfcc76-4fff-42f7-adca-1eae9b6b945d",
            "gambit_id": "719ce824-77a5-46dc-8ecb-e741141442e4",
            "last_updated": "2023-09-20T09:18:05.789094-04:00",
            "created_at": "2023-09-18T09:08:19.525020-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67adb04f-0667-4d22-9b2d-452c1d38aad6/?format=api"
        }
    ]
}