GET /api/bet_types/3e5050af-e61e-426a-b89d-b3070517bf87/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e5050af-e61e-426a-b89d-b3070517bf87",
    "match": "https://api-prod.gambitprofit.com/api/matches/05181c6b-c0c3-492e-bddc-ef8d92f24f4b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-31T11:47:16.537044-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "811fa7b8-346d-47e4-bf70-7d7dfd337e3e",
            "gambit_id": "2ba01a08-1305-467c-b039-c7edaef3a6bd",
            "last_updated": "2023-06-01T10:12:10.154698-04:00",
            "created_at": "2023-05-31T11:47:16.539440-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e5050af-e61e-426a-b89d-b3070517bf87/?format=api"
        },
        {
            "id": "4139b7c0-9179-4e27-bf71-1c38142a941d",
            "gambit_id": "dcc33518-8c0f-48b4-85fb-6f006a40dc92",
            "last_updated": "2023-06-01T10:12:10.157368-04:00",
            "created_at": "2023-05-31T11:47:16.542505-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e5050af-e61e-426a-b89d-b3070517bf87/?format=api"
        }
    ]
}