GET /api/bet_types/227a3879-fa0d-44b1-809d-4edcfdf533f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "227a3879-fa0d-44b1-809d-4edcfdf533f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/30adba84-4a58-4073-85a1-3aeaf9e7a1bf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-02T08:23:16.120153-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": "ba1ecc70-3453-450c-8609-d2c71a2bcc55",
            "gambit_id": "e8c78848-2491-40d7-b857-568f945c697f",
            "last_updated": "2023-08-04T09:48:13.135987-04:00",
            "created_at": "2023-08-02T08:23:16.126299-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/227a3879-fa0d-44b1-809d-4edcfdf533f2/?format=api"
        },
        {
            "id": "c0afcbdf-0f1a-4a2e-8b7a-6233ef61256c",
            "gambit_id": "96cf8c73-2881-44f4-8605-a199040635a5",
            "last_updated": "2023-08-04T09:48:13.139684-04:00",
            "created_at": "2023-08-02T08:23:16.132542-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/227a3879-fa0d-44b1-809d-4edcfdf533f2/?format=api"
        }
    ]
}