GET /api/bet_types/311fc341-7505-4f0c-8f04-d4439e00a1f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "311fc341-7505-4f0c-8f04-d4439e00a1f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/66171a31-88b1-4c14-8568-877f0935ae0b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-13T09:08:21.707501-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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e037189-9e63-48a2-87e9-14b3f7feb44c",
            "gambit_id": "7e0c7115-8acb-494f-a14e-deac05a67a3c",
            "last_updated": "2023-06-14T11:18:16.389822-04:00",
            "created_at": "2023-06-13T09:08:21.710488-04:00",
            "name": "Game Total Over 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/311fc341-7505-4f0c-8f04-d4439e00a1f9/?format=api"
        },
        {
            "id": "395d436e-93f7-45c2-ba6e-f90f5c3a0ca9",
            "gambit_id": "678a4e44-b78e-48ea-8b4d-8827a6140927",
            "last_updated": "2023-06-14T11:18:16.392561-04:00",
            "created_at": "2023-06-13T09:08:21.712500-04:00",
            "name": "Game Total Under 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/311fc341-7505-4f0c-8f04-d4439e00a1f9/?format=api"
        }
    ]
}