GET /api/bet_types/bce3aad3-3e62-4128-ac58-05b38fb8c5e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bce3aad3-3e62-4128-ac58-05b38fb8c5e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a246eed-8d35-4707-bff7-f1fd72a347ae/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-09T12:18:07.022304-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": "01317b70-2f81-4ec3-b2e0-8f9ed498d658",
            "gambit_id": "50a9219e-fe07-478d-b90a-38607231b728",
            "last_updated": "2023-07-10T18:28:24.719184-04:00",
            "created_at": "2023-07-09T12:18:07.027500-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/bce3aad3-3e62-4128-ac58-05b38fb8c5e3/?format=api"
        },
        {
            "id": "f4ba1a75-1a5f-4035-942d-f3e3a271831a",
            "gambit_id": "5c4dcbfa-c221-4a67-9d7e-ba358a86246d",
            "last_updated": "2023-07-10T18:28:24.717481-04:00",
            "created_at": "2023-07-09T12:18:07.024830-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/bce3aad3-3e62-4128-ac58-05b38fb8c5e3/?format=api"
        }
    ]
}