GET /api/bet_types/5ff0f121-d19a-4099-8a79-b6bb251b10f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ff0f121-d19a-4099-8a79-b6bb251b10f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/37addd8f-e820-4bca-8e4e-9deaabc08296/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T09:02:19.151520-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": 5512.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "26381808-13c8-4d5f-aabf-c12721fce679",
            "gambit_id": "256a5996-506d-4829-af9a-75c5a2f9c858",
            "last_updated": "2023-04-13T11:27:24.260292-04:00",
            "created_at": "2023-04-11T09:02:19.159060-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ff0f121-d19a-4099-8a79-b6bb251b10f9/?format=api"
        },
        {
            "id": "db93aed9-85e9-4187-97b0-91596f6acd27",
            "gambit_id": "182037d6-3cd4-4e7a-82bf-8d7ea57c9c92",
            "last_updated": "2023-04-13T11:27:24.259074-04:00",
            "created_at": "2023-04-11T09:02:19.155574-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ff0f121-d19a-4099-8a79-b6bb251b10f9/?format=api"
        }
    ]
}