GET /api/bet_types/0a5d0490-5a08-414f-a106-682411b4afd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a5d0490-5a08-414f-a106-682411b4afd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7d07f2f-e9ec-4779-8f5a-3a63e09ef599/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-05T10:57:15.411608-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1a9647d3-7882-4b99-8a36-ff589d3682e8",
            "gambit_id": "448d4302-b2cf-48e6-b0eb-a3fa133f7b76",
            "last_updated": "2023-06-06T15:57:21.045507-04:00",
            "created_at": "2023-06-05T10:57:15.416318-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a5d0490-5a08-414f-a106-682411b4afd7/?format=api"
        },
        {
            "id": "005f9122-ee4b-417f-b18f-a1c068a619b3",
            "gambit_id": "e85d553c-f027-4212-a39a-0d00abf45243",
            "last_updated": "2023-06-06T15:57:21.042827-04:00",
            "created_at": "2023-06-05T10:57:15.413860-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a5d0490-5a08-414f-a106-682411b4afd7/?format=api"
        }
    ]
}