GET /api/bet_types/f92c0e7d-5725-4c13-a780-9d8f4dcd2378/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f92c0e7d-5725-4c13-a780-9d8f4dcd2378",
    "match": "https://api-prod.gambitprofit.com/api/matches/ead52811-0e17-4aa4-a503-bd4f9b83c2ce/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-29T23:47:14.812926-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 Over 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c16014ac-ca95-4ab4-ab37-6c4dbe8f4a6d",
            "gambit_id": "9f722e25-5f2a-4a25-9aa5-eec18440adea",
            "last_updated": "2023-03-31T10:52:12.275701-04:00",
            "created_at": "2023-03-29T23:47:14.817580-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f92c0e7d-5725-4c13-a780-9d8f4dcd2378/?format=api"
        },
        {
            "id": "ab49bfd3-191a-42c4-b6d9-c9136f073356",
            "gambit_id": "579a130f-d028-4fd7-879f-87f710a18b7e",
            "last_updated": "2023-03-31T10:52:12.273688-04:00",
            "created_at": "2023-03-29T23:47:14.815155-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f92c0e7d-5725-4c13-a780-9d8f4dcd2378/?format=api"
        }
    ]
}