GET /api/bet_types/a515e49f-e6bd-4874-b5ac-40dd045dab43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a515e49f-e6bd-4874-b5ac-40dd045dab43",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a5f8d28-5304-44fa-8a37-15db218791cf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-06T10:57:13.779863-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "47f3e7ca-f45a-448c-a4c2-4150ba3cb60f",
            "gambit_id": "6211e41a-e2e3-46c8-9ccc-af4378c4e606",
            "last_updated": "2023-06-07T10:18:04.419635-04:00",
            "created_at": "2023-06-06T10:57:13.785360-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a515e49f-e6bd-4874-b5ac-40dd045dab43/?format=api"
        },
        {
            "id": "2e273b26-88b8-489e-aaac-93bb6b908ce8",
            "gambit_id": "6c976515-2fee-48ab-9b2f-d3fdb063959f",
            "last_updated": "2023-06-07T10:18:04.416600-04:00",
            "created_at": "2023-06-06T10:57:13.782293-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a515e49f-e6bd-4874-b5ac-40dd045dab43/?format=api"
        }
    ]
}