GET /api/bet_types/87a7958f-f67f-4fc4-8c06-509e5cfd7a06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87a7958f-f67f-4fc4-8c06-509e5cfd7a06",
    "match": "https://api-prod.gambitprofit.com/api/matches/23ad8758-e22d-4284-9d0f-5ab013503e49/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 6",
                "amount": 5304.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "00dae4f8-9282-4c53-af44-929f6242a9be",
            "gambit_id": "9ce1abfe-81b0-4a3d-b7ce-f09e792f6ded",
            "last_updated": "2022-11-28T14:17:18.296876-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87a7958f-f67f-4fc4-8c06-509e5cfd7a06/?format=api"
        },
        {
            "id": "9a2bb327-eeb4-4ebf-929e-ed02c3b5e6a2",
            "gambit_id": "6b769e63-eab0-485e-b8b0-2e01b31fef8c",
            "last_updated": "2022-11-28T14:17:18.297859-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87a7958f-f67f-4fc4-8c06-509e5cfd7a06/?format=api"
        }
    ]
}