GET /api/bet_types/b5292e1c-79ba-48e6-9182-6e6ce6cb7167/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5292e1c-79ba-48e6-9182-6e6ce6cb7167",
    "match": "https://api-prod.gambitprofit.com/api/matches/396b19dc-0bc3-4192-bd6d-40b3332d90f4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-18T09:16:53.541312-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 241.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 241.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "13d3fab1-d692-4fe1-9e62-fd41ffde4b74",
            "gambit_id": "74b274b2-1636-4f59-a10f-80c329022b7f",
            "last_updated": "2023-01-19T09:27:06.614017-05:00",
            "created_at": "2023-01-18T09:16:53.542652-05:00",
            "name": "Game Total Under 241.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "241.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5292e1c-79ba-48e6-9182-6e6ce6cb7167/?format=api"
        },
        {
            "id": "923859ae-112d-42ab-8808-0fdbd6f78f67",
            "gambit_id": "caa38552-0468-472f-befa-6771020db8f2",
            "last_updated": "2023-01-19T09:27:06.615222-05:00",
            "created_at": "2023-01-18T09:16:53.544069-05:00",
            "name": "Game Total Over 241.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "241.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5292e1c-79ba-48e6-9182-6e6ce6cb7167/?format=api"
        }
    ]
}