GET /api/bet_types/2931bfe2-d6ff-4099-93d9-d09b9f72220f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2931bfe2-d6ff-4099-93d9-d09b9f72220f",
    "match": "https://api-prod.gambitprofit.com/api/matches/9cdcf42c-67be-4fe5-9f41-2590773dad57/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T11:43:03.997389-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ffb4b0e6-4aa5-49e3-9ebe-3b114bf3c62a",
            "gambit_id": "fe4683c4-5d67-4d55-aafb-064c42adaa3d",
            "last_updated": "2023-07-22T19:07:56.344117-04:00",
            "created_at": "2023-07-15T11:43:03.998754-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2931bfe2-d6ff-4099-93d9-d09b9f72220f/?format=api"
        },
        {
            "id": "bf628e0c-705d-4f81-a6d1-756fcb5e36a2",
            "gambit_id": "9c0eb5b3-80aa-4481-b528-528c8191d352",
            "last_updated": "2023-07-22T19:07:56.347873-04:00",
            "created_at": "2023-07-15T11:43:04.000252-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2931bfe2-d6ff-4099-93d9-d09b9f72220f/?format=api"
        }
    ]
}