GET /api/bet_types/bb0b18e2-8e8d-485d-8cc3-b7e96078f2ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb0b18e2-8e8d-485d-8cc3-b7e96078f2ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb01f8f4-9f97-4f15-8071-7e4a63db7bcf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-24T08:41:56.892539-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": "Game Total Under 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c53640b-eb4a-41b9-be79-844269486565",
            "gambit_id": "b0d3a585-967d-49a1-8e8a-b0f66ac3063b",
            "last_updated": "2023-03-26T13:37:06.203039-04:00",
            "created_at": "2023-03-24T08:41:56.895272-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb0b18e2-8e8d-485d-8cc3-b7e96078f2ff/?format=api"
        },
        {
            "id": "f15470c3-bb4f-47d4-86c4-eb90b2b43aac",
            "gambit_id": "a48b355a-3be2-4a1d-9f07-dbc4e929d183",
            "last_updated": "2023-03-26T13:37:06.205881-04:00",
            "created_at": "2023-03-24T08:41:56.897644-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb0b18e2-8e8d-485d-8cc3-b7e96078f2ff/?format=api"
        }
    ]
}