GET /api/bet_types/1e0d213d-292b-47e3-a8bd-2de412a3bea7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e0d213d-292b-47e3-a8bd-2de412a3bea7",
    "match": "https://api-prod.gambitprofit.com/api/matches/4888439d-a041-4b24-a2de-53f70f057414/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-10T09:38:11.159127-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 238.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 238.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d6b7742-7f30-45bf-b260-6259704398e7",
            "gambit_id": "ee88a881-8f16-4815-b715-4975c5465182",
            "last_updated": "2024-01-11T11:23:06.008854-05:00",
            "created_at": "2024-01-10T09:38:11.162632-05:00",
            "name": "Game Total Over 238.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e0d213d-292b-47e3-a8bd-2de412a3bea7/?format=api"
        },
        {
            "id": "0308ee62-c558-406d-9a17-551a19711b36",
            "gambit_id": "5ef696b0-a25f-40bc-ba3b-547bdef6b771",
            "last_updated": "2024-01-11T11:23:06.012156-05:00",
            "created_at": "2024-01-10T09:38:11.166702-05:00",
            "name": "Game Total Under 238.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e0d213d-292b-47e3-a8bd-2de412a3bea7/?format=api"
        }
    ]
}