GET /api/bet_types/301ffa7c-f7a9-4ddb-bed6-53881ec601a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "301ffa7c-f7a9-4ddb-bed6-53881ec601a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/804df615-df10-416c-a5b4-19cad5d42b51/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4bb4193-af37-4327-b004-3636ca5a4eed",
            "gambit_id": "1dd14ad0-b418-47cb-83b6-0e94771f6c45",
            "last_updated": "2022-09-24T11:37:25.705612-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/301ffa7c-f7a9-4ddb-bed6-53881ec601a5/?format=api"
        },
        {
            "id": "633abb23-fec3-4b91-9ae6-e5ca3f7e6bd6",
            "gambit_id": "5022093b-a944-4cff-b2aa-a5da3106f770",
            "last_updated": "2022-09-24T11:37:25.706759-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/301ffa7c-f7a9-4ddb-bed6-53881ec601a5/?format=api"
        }
    ]
}