GET /api/bet_types/8364090f-cd6a-436c-9ad4-2fa1c5b78e15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8364090f-cd6a-436c-9ad4-2fa1c5b78e15",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed385143-8448-4850-9631-5acf8bc8d571/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-25T12:38:07.612624-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ffc598e-9085-434d-88be-f57659b34336",
            "gambit_id": "87b2ea0f-f4f6-490c-af81-d324d1bc26db",
            "last_updated": "2023-07-27T13:02:56.865722-04:00",
            "created_at": "2023-07-25T12:38:07.620491-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8364090f-cd6a-436c-9ad4-2fa1c5b78e15/?format=api"
        },
        {
            "id": "de3e6d51-57bb-4aa3-9d24-1b4638dd95ce",
            "gambit_id": "4b7819ae-bf2e-48d6-8666-c2d3a29351c6",
            "last_updated": "2023-07-27T13:02:56.862496-04:00",
            "created_at": "2023-07-25T12:38:07.616474-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8364090f-cd6a-436c-9ad4-2fa1c5b78e15/?format=api"
        }
    ]
}