GET /api/bet_types/97f418d3-a0ba-4966-a005-402345ad4505/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97f418d3-a0ba-4966-a005-402345ad4505",
    "match": "https://api-prod.gambitprofit.com/api/matches/09349202-aa8b-46fb-b3af-2536abaf9208/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-24T10:43:11.595358-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": "Total Rounds Over 1.5",
                "amount": 5673.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4327.0
            }
        ],
        "expected_reward_tokens": 9303.05,
        "profit_sb": -196.95,
        "profit_sb_percentage": -2.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a2cce22-c557-44a8-ab40-1c979bc0a98a",
            "gambit_id": "cfc82379-cbd2-45c3-9e12-4b0f05eaca64",
            "last_updated": "2023-06-27T15:08:11.980412-04:00",
            "created_at": "2023-06-24T10:43:11.597415-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97f418d3-a0ba-4966-a005-402345ad4505/?format=api"
        },
        {
            "id": "4995d21d-2839-4339-b9a1-70bc7ecb152d",
            "gambit_id": "dece7cac-b3c2-4bc8-80f3-d5e019aa78a8",
            "last_updated": "2023-06-27T15:08:11.983360-04:00",
            "created_at": "2023-06-24T10:43:11.600072-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97f418d3-a0ba-4966-a005-402345ad4505/?format=api"
        }
    ]
}