GET /api/bet_types/f2d8fd19-ef0c-4b22-8ad4-bf0610bce8f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2d8fd19-ef0c-4b22-8ad4-bf0610bce8f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a102cb6-8bc2-4304-9870-aaec5e2f61a9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-02T07:42:05.782441-05: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": "b40d2ebc-ace9-494c-900c-56ae5db709f7",
            "gambit_id": "1443d3b3-613a-4ca7-9515-87aba2b49813",
            "last_updated": "2023-03-03T09:57:03.671156-05:00",
            "created_at": "2023-03-02T07:42:05.785016-05: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/f2d8fd19-ef0c-4b22-8ad4-bf0610bce8f4/?format=api"
        },
        {
            "id": "cd64594f-1684-4982-ac66-23e62a914012",
            "gambit_id": "36139a4f-cec4-4009-bff4-12f28f847b63",
            "last_updated": "2023-03-03T09:57:03.670027-05:00",
            "created_at": "2023-03-02T07:42:05.783707-05: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/f2d8fd19-ef0c-4b22-8ad4-bf0610bce8f4/?format=api"
        }
    ]
}