GET /api/bet_types/ecec188c-b21f-479a-bd51-74c751088a55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecec188c-b21f-479a-bd51-74c751088a55",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a9555e4-a3d1-4817-a72a-6292a530e1fd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-05T11:47:05.055389-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": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e2d3c3d9-c6c8-4d06-8dfc-e2030673b6ea",
            "gambit_id": "3fda56f5-02a4-43dc-8b13-4136fcd99b7a",
            "last_updated": "2023-05-06T11:52:03.274814-04:00",
            "created_at": "2023-05-05T11:47:05.058791-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecec188c-b21f-479a-bd51-74c751088a55/?format=api"
        },
        {
            "id": "6da1b0a6-ad8f-4606-a0f4-080aee45dbfa",
            "gambit_id": "f7f40093-e052-4282-8b6a-b6219ab4135f",
            "last_updated": "2023-05-06T11:52:03.272962-04:00",
            "created_at": "2023-05-05T11:47:05.057250-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecec188c-b21f-479a-bd51-74c751088a55/?format=api"
        }
    ]
}