GET /api/bet_types/4c8fe340-ef23-425e-81ca-3fb808b3053b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c8fe340-ef23-425e-81ca-3fb808b3053b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1c4161d-224f-404f-851e-da5710dcfc6b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-28T09:42:04.759608-05: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 6",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "d457fe2c-761f-4103-8e37-29b0b8a0988b",
            "gambit_id": "d958c532-2a67-4c7f-87d6-dab0a096f16b",
            "last_updated": "2023-01-30T17:46:56.109186-05:00",
            "created_at": "2023-01-28T09:42:04.762221-05:00",
            "name": "Game Total Over 6",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c8fe340-ef23-425e-81ca-3fb808b3053b/?format=api"
        },
        {
            "id": "94e4e907-8ff5-45b5-b93a-b64733335264",
            "gambit_id": "591cb3be-563a-4583-8852-5173682bbda3",
            "last_updated": "2023-01-30T17:46:56.107847-05:00",
            "created_at": "2023-01-28T09:42:04.760924-05:00",
            "name": "Game Total Under 6",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c8fe340-ef23-425e-81ca-3fb808b3053b/?format=api"
        }
    ]
}