GET /api/bet_types/8021bb68-7337-4550-b347-9a77e22023d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8021bb68-7337-4550-b347-9a77e22023d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e252727d-1a4d-4945-b0aa-8950a16b0faf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-08T11:46:59.533709-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 6.5",
                "amount": 5699.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0b1112a-377b-4718-85df-920c199dd287",
            "gambit_id": "55de8f9f-b9eb-4b99-a431-d47ea400b9e5",
            "last_updated": "2023-05-09T11:41:55.904848-04:00",
            "created_at": "2023-05-08T11:46:59.537831-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8021bb68-7337-4550-b347-9a77e22023d1/?format=api"
        },
        {
            "id": "33abb2d8-0b4b-488e-8f2a-d1f021b52339",
            "gambit_id": "ff4e5e5f-dbf2-4f39-b845-f5fb2f614800",
            "last_updated": "2023-05-09T11:41:55.903182-04:00",
            "created_at": "2023-05-08T11:46:59.535577-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8021bb68-7337-4550-b347-9a77e22023d1/?format=api"
        }
    ]
}