GET /api/bet_types/c4986d08-115c-405a-999e-97df181b59c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4986d08-115c-405a-999e-97df181b59c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/6255ab62-ef9d-4717-ad5b-28d129fc8d15/?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 41.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 41.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c94ce97-b569-45f9-becb-e5a0b77b5f6f",
            "gambit_id": "2bccdef9-65b4-4cf6-b59c-28f8bf2dcd19",
            "last_updated": "2022-11-14T14:52:38.760122-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 41.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4986d08-115c-405a-999e-97df181b59c9/?format=api"
        },
        {
            "id": "3d4a1396-5276-4e5e-9107-833b94aaf404",
            "gambit_id": "7534a901-3e91-49ac-b004-458ae3f5a48e",
            "last_updated": "2022-11-14T14:52:38.761312-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 41.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4986d08-115c-405a-999e-97df181b59c9/?format=api"
        }
    ]
}